Skip to content

Commit ffb3c49

Browse files
committed
Fix incorrect link names in main navigation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743012 13f79535-47bb-0310-9956-ffa450edef68
1 parent a351eea commit ffb3c49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
<item name="Team" href="/team-list.html"/>
4141
<item name="Source Repository" href="/source-repository.html"/>
4242
<item name="Javadoc trunk" href="/apidocs/index.html"/>
43-
<item name="Javadoc 1.2" href="/archives/1.3/apidocs/index.html"/>
43+
<item name="Javadoc 1.3" href="/archives/1.3/apidocs/index.html"/>
4444
<item name="Javadoc 1.2" href="/archives/1.2/apidocs/index.html"/>
4545
<item name="Javadoc 1.1" href="/archives/1.1/apidocs/index.html"/>
4646
<item name="Javadoc 1.0" href="/archives/1.0/apidocs/index.html"/>
4747
</menu>
4848

4949
<menu name="Site Archives">
50-
<item name="CSV 1.2" href="/archives/1.3/index.html"/>
50+
<item name="CSV 1.3" href="/archives/1.3/index.html"/>
5151
<item name="CSV 1.2" href="/archives/1.2/index.html"/>
5252
<item name="CSV 1.1" href="/archives/1.1/index.html"/>
5353
<item name="CSV 1.0" href="/archives/1.0/index.html"/>

0 commit comments

Comments
 (0)