Skip to content

Commit 6698ca5

Browse files
kdombeckKen Dombeck
andauthored
(doc) fix site links that are broken (#155)
Co-authored-by: Ken Dombeck <ken.dombeck@target.com>
1 parent e9d924a commit 6698ca5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/site/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ usage: ls
7070
The Javadoc API documents are available online:
7171
</p>
7272
<ul>
73-
<li><a href="/apidocs/index.html">Javadoc latest</a></li>
73+
<li><a href="apidocs/index.html">Javadoc latest</a></li>
7474
<li><a href="https://javadoc.io/doc/commons-cli/commons-cli/latest/index.html">Javadoc archives</a></li>
7575
</ul>
7676
<p>
@@ -83,7 +83,7 @@ usage: ls
8383
<p>
8484
<a href="https://commons.apache.org/cli/download_cli.cgi">Download</a> the latest version.
8585
<br/>
86-
The <a href="/changes-report.html">release notes</a> are also available.
86+
The <a href="changes-report.html">release notes</a> are also available.
8787
</p>
8888
<p>
8989
For previous releases, see the <a href="https://archive.apache.org/dist/commons/cli/">Apache Archive</a>.

0 commit comments

Comments
 (0)