Browse Source

fix links

mitm001 5 years ago
parent
commit
840828958e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.adoc

+ 2 - 2
README.adoc

@@ -39,7 +39,7 @@ There are a few simple rules to follow when contributing.
 
 . It's not required but it's a good idea to give a heads up you made a P/R on the link:https://hub.jmonkeyengine.org/[jMonkeyEngine Forum] under the `Documentation` topic.
 .  When adding documents, make sure to always complete the header of your document first.
-** see link:https://wiki.jmonkeyengine.org/wiki/wiki_header.html[Anatomy of a Wiki Header]
+** see link:https://wiki.jmonkeyengine.org/docs/wiki/wiki_header.html[Anatomy of a Wiki Header]
 .  The docs are modular so you can create your own Antora site playbook and module and it can be included in the wiki and maintained by you. see link:https://docs.antora.org/antora/2.3/[Antora Docs].
 . You can create modules and submit them here also.
 .  When linking to other Wiki pages located in the `ROOT` module, always use an "`Inter-Document Cross Reference`" with the format,
@@ -79,7 +79,7 @@ See link:http://asciidoctor.org/docs/user-manual/#images[http://asciidoctor.org/
 ```
 link:{link-javadoc}/com/jme3/app/state/BaseAppState.html[BaseAppState]
 ```
-** see link:https://wiki.jmonkeyengine.org/wiki/wiki_header.html[Anatomy of a Wiki Header] for details on how to override this setting.
+** see link:https://wiki.jmonkeyengine.org/docs/wiki/wiki_header.html[Anatomy of a Wiki Header] for details on how to override this setting.
 
 == Build & Preview