Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
(doc) fix site links that are broken
  • Loading branch information
Ken Dombeck committed Jan 3, 2023
commit 52a1fa0737b43d37ebf8f413ff36c479f8e8b294
4 changes: 2 additions & 2 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ usage: ls
The Javadoc API documents are available online:
</p>
<ul>
<li><a href="/apidocs/index.html">Javadoc latest</a></li>
<li><a href="apidocs/index.html">Javadoc latest</a></li>
<li><a href="https://javadoc.io/doc/commons-cli/commons-cli/latest/index.html">Javadoc archives</a></li>
</ul>
<p>
Expand All @@ -83,7 +83,7 @@ usage: ls
<p>
<a href="https://commons.apache.org/cli/download_cli.cgi">Download</a> the latest version.
<br/>
The <a href="/changes-report.html">release notes</a> are also available.
The <a href="changes-report.html">release notes</a> are also available.
</p>
<p>
For previous releases, see the <a href="https://archive.apache.org/dist/commons/cli/">Apache Archive</a>.
Expand Down