Skip to content

Commit b60e513

Browse files
committed
Make URLs relative
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0@942135 13f79535-47bb-0310-9956-ffa450edef68
1 parent 02331aa commit b60e513

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/site/site.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525

2626
<body>
2727
<menu name="Documentation">
28-
<item name="Migration How-to" href="/migration.html"/>
29-
<item name="FAQ" href="/faq.html"/>
28+
<item name="Migration How-to" href="migration.html"/>
29+
<item name="FAQ" href="faq.html"/>
3030
<item name="Download" href="http://commons.apache.org/net/download_net.cgi"/>
3131
<item name="Javadoc" href="api-release/index.html"/>
32-
<item name="Release Notes" href="/changes-report.html"/>
33-
<item name="Issue Tracking" href="/issue-tracking.html"/>
32+
<item name="Release Notes" href="changes-report.html"/>
33+
<item name="Issue Tracking" href="issue-tracking.html"/>
3434
</menu>
3535
<menu name="Development">
36-
<item name="Coding Specifications" href="/code-standards.html"/>
36+
<item name="Coding Specifications" href="code-standards.html"/>
3737
</menu>
3838

3939
${reports}

0 commit comments

Comments
 (0)