Skip to content

Commit c7efeaf

Browse files
committed
Fixing the broken links reported in CLI-139
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@560730 13f79535-47bb-0310-9956-ffa450edef68
1 parent db4418c commit c7efeaf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

xdocs/introduction.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
to define the interface to the application.
4040
</p>
4141
<p>
42-
CLI uses the <a href="apidocs/org/apache/commons/cli/Options.html">
42+
CLI uses the <a href="api-1.1/org/apache/commons/cli/Options.html">
4343
Options</a> class, as a container for
44-
<a href="apidocs/org/apache/commons/cli/Option.html">
44+
<a href="api-1.1/org/apache/commons/cli/Option.html">
4545
Option</a> instances. There are two ways to create
4646
<code>Option</code>s in CLI. One of them is via the constructors,
4747
the other way is via the factory methods defined in
@@ -66,11 +66,11 @@
6666
</p>
6767
<p>
6868
The <code>parse</code> method defined on
69-
<a href="apidocs/org/apache/commons/cli/CommandLineParser.html">
69+
<a href="api-1.1/org/apache/commons/cli/CommandLineParser.html">
7070
CommandLineParser</a> takes an <code>Options</code>
7171
instance and a <code>String[]</code> of arguments and
7272
returns a
73-
<a href="apidocs/org/apache/commons/cli/CommandLine.html">
73+
<a href="api-1.1/org/apache/commons/cli/CommandLine.html">
7474
CommandLine</a>.
7575
</p>
7676
<p>

0 commit comments

Comments
 (0)