Skip to content

Commit cc54017

Browse files
committed
Normalize site hrefs
1 parent 0a11465 commit cc54017

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/site/site.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
<body>
2626
<menu name="Commons BeanUtils">
2727
<!-- Start: For all components. -->
28-
<item name="About" href="index.html" />
28+
<item name="About" href="/index.html" />
2929
<item name="Asking Questions" href="/mail-lists.html" />
3030
<item name="Release History" href="/changes.html" />
3131
<item name="Issue Tracking" href="/issue-management.html" />
3232
<item name="Dependency Management" href="/dependency-info.html" />
3333
<item name="Sources" href="/scm.html" />
34-
<item name="Security" href="security.html" />
34+
<item name="Security" href="/security.html" />
3535
<item name="License" href="https://www.apache.org/licenses/LICENSE-2.0" />
3636
<item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct.html" />
37-
<item name="Download" href="https://commons.apache.org/beanutils/download_beanutils.cgi" />
37+
<item name="Download" href="/download_beanutils.cgi" />
3838
<item name="Javadoc">
39-
<item name="Javadoc Current" href="apidocs/index.html" />
39+
<item name="Javadoc Current" href="/apidocs/index.html" />
4040
<item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-beanutils2" />
4141
</item>
4242
<!-- End: For all components. -->

0 commit comments

Comments
 (0)