Quellcode durchsuchen

Fix broken link.

mitm001 vor 8 Jahren
Ursprung
Commit
5db73017d0
1 geänderte Dateien mit 1 neuen und 7 gelöschten Zeilen
  1. 1 7
      README.adoc

+ 1 - 7
README.adoc

@@ -1,9 +1,3 @@
-:author: mitm001
-:revnumber:
-:revdate: 2017-09-08T23:24:11.262Z
-:relfileprefix: /src/docs/asciidoc/
-:imagesdir: /src/docs/images
-:experimental:
 ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 image:https://travis-ci.org/jMonkeyEngine/wiki.svg?branch=master["Build Status", link="https://travis-ci.org/jMonkeyEngine/wiki"]
@@ -31,7 +25,7 @@ The syntax is asciidoc :
 There are a few simple rules to follow when contributing.
 
 .  When adding documents, make sure to always complete the header of your document first.
-** see <<wiki/wiki_header#,Anatomy of a Wiki Header>>
+** see link:https://jmonkeyengine.github.io/wiki/wiki/wiki_header.html[Anatomy of a Wiki Header]
 .  When linking to other Wiki pages, always use an "`Internal Cross Reference`" with the format,
 ** ++<<path-to-wikipage#,custom label text>>++ +
 The `#` sign substitutes for `.adoc`.