mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 00:07:56 +01:00
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. By: Luke GB <git@lukegb.com>
This commit is contained in:
parent
cf6e899830
commit
6f3f4516d6
@ -21,8 +21,8 @@
|
||||
<item name="Maven Repo" href="http://repo.bukkit.org/" />
|
||||
</menu>
|
||||
<menu name="API Documentation">
|
||||
<item name="JavaDocs" href="http://jd.bukkit.org/apidocs/" />
|
||||
<item name="Doxygen" href="http://jd.bukkit.org/doxygen/" />
|
||||
<item name="JavaDocs" href="apidocs/" />
|
||||
<item name="Doxygen" href="doxygen/" />
|
||||
</menu>
|
||||
<menu ref="reports" />
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user