Fix menus for relative pathing.
This fixes the Maven generated site so the paths are relative. This is required so that multiple generations of the javadocs can be hosted at once, and so no cross-linking occurs.
This commit is contained in:
parent
286f4565ac
commit
2b7a3d7e76
@ -21,8 +21,8 @@
|
|||||||
<item name="Maven Repo" href="http://repo.bukkit.org/" />
|
<item name="Maven Repo" href="http://repo.bukkit.org/" />
|
||||||
</menu>
|
</menu>
|
||||||
<menu name="API Documentation">
|
<menu name="API Documentation">
|
||||||
<item name="JavaDocs" href="http://jd.bukkit.org/apidocs/" />
|
<item name="JavaDocs" href="apidocs/" />
|
||||||
<item name="Doxygen" href="http://jd.bukkit.org/doxygen/" />
|
<item name="Doxygen" href="doxygen/" />
|
||||||
</menu>
|
</menu>
|
||||||
<menu ref="reports" />
|
<menu ref="reports" />
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user