소스 검색

fix xrefs

mitm001 5 년 전
부모
커밋
ed6f32b79b
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      docs/modules/wiki/pages/wiki_translation.adoc

+ 6 - 6
docs/modules/wiki/pages/wiki_translation.adoc

@@ -8,11 +8,11 @@ Official translations of the wiki are not practical due to varying dialects, dod
 
 This tutorial will go into the details of how to setup a copy of the wiki on link:https://github.com/[GitHub] that looks and feels like the official wiki, including link:https://github.com/marketplace/travis-ci[Travis-CI] automatically converting your AsciiDoc content to HTML, then publishing those files on each commit.
 
-You are not required to translate every page or even mirror changes to the official wiki. What is required is a linked wiki be robust enough to actually help other monkeys and that the content is kept current. If it's deemed worthy, a link to your repository, whether its stored on your own domain or not, will be added to the main page of the wiki under the xref:ROOT:documentation .adoc#languages[Languages] topic.
+You are not required to translate every page or even mirror changes to the official wiki. What is required is a linked wiki be robust enough to actually help other monkeys and that the content is kept current. If it's deemed worthy, a link to your repository, whether its stored on your own domain or not, will be added to the main page of the wiki under the xref:ROOT:documentation.adoc#languages[Languages] topic.
 
 [WARNING]
 ====
-Although this is a tutorial on setting up and configuring your own copy of the official wiki, you still must adhere to the <<bsd_license.adoc#,jMonkeyEngine licensing>>.
+Although this is a tutorial on setting up and configuring your own copy of the official wiki, you still must adhere to the xref:ROOT:bsd_license.adoc[jMonkeyEngine licensing].
 
 This includes the use of a domain name that includes the jMonkeyEngine name.
 ====
@@ -26,7 +26,7 @@ For this tutorial you can either setup with Git, or the Atom Editor, which uses
 You will need to meet these requirements to continue:
 
 *  A link:https://github.com/[GitHub] account.
-*  Either link:https://help.github.com/articles/set-up-git/[Git] or the <<wiki/atom_editor.adoc#,Atom Editor>> installed on your system.
+*  Either link:https://help.github.com/articles/set-up-git/[Git] or the xref:atom_editor.adoc[Atom Editor] installed on your system.
 
 NOTE: The Atom editor also has a link:https://atom.io/packages/git-plus[Git Plus] package that uses Git if it's already on your system. Open `menu:File[Settings]` and enter "`git`" into the search box to locate and install.
 
@@ -132,11 +132,11 @@ git push
 ----
 
 .  At this point you need to change the wiki specific attributes to complete the setup.
-*  See <<wiki/wiki_translation#Changing-Wiki-Specific-Attributes#,Changing Wiki Specific Attributes>>
+*  See <<Changing-Wiki-Specific-Attributes#,Changing Wiki Specific Attributes>>
 
 === Using Atom Editor to finish
 
-This topic assumes you have already downloaded, installed and configured the <<wiki\atom_editor.adoc#,Atom Editor>> as well as cloned the  link:https://github.com/jMonkeyEngine/wiki[wiki] or your fork of the wiki and it's open in the Atom Editor.
+This topic assumes you have already downloaded, installed and configured the xref:atom_editor.adoc[Atom Editor] as well as cloned the  link:https://github.com/jMonkeyEngine/wiki[wiki] or your fork of the wiki and it's open in the Atom Editor.
 
 .  In the Atom Editor, select `menu:File[New Window]` or kbd:[Ctrl] + kbd:[Shift] + kbd:[N].
 ..  Delete the new page that opens by default.
@@ -176,7 +176,7 @@ before_install:
 ----
 
 .  At this point you need to change the wiki specific attributes to complete the setup.
-*  See <<wiki/wiki_translation#Changing-Wiki-Specific-Attributes#,Changing Wiki Specific Attributes>>
+*  See <<Changing-Wiki-Specific-Attributes#,Changing Wiki Specific Attributes>>
 
 === Changing Wiki Specific Attributes