|
@@ -193,7 +193,7 @@ At minimum, you still have to change the attributes "`endpoint-url`", "`wiki_lin
|
|
|
|
|
|
.Git CommandLine
|
|
|
. Using link:https://git-scm.com/docs/git-grep[Git Grep] or the command line editor of your choice, find and replace the following:
|
|
|
-.. Find the official wiki `*gh-pages*` address of `pass:[https://jmonkeyengine.github.io/wiki]`.
|
|
|
+.. Find the official wiki `*gh-pages*` address of `pass:[https://wiki.jmonkeyengine.org]`.
|
|
|
.. Replace it with your `*gh-pages*` address `pass:[https://username.github.io/repo-name]`.
|
|
|
.. Find the official wiki `*repository*` address of `pass:[https://github.com/jMonkeyEngine/wiki]`.
|
|
|
.. Replace it with your `*repository*` address of `pass:[https://github.com/username/repo-name]`.
|
|
@@ -208,7 +208,7 @@ image:https://travis-ci.org/jMonkeyEngine/wiki.svg?branch=master["Build Status",
|
|
|
|
|
|
.Atom Editor
|
|
|
. Select `menu:Find[Find in Project]` or kbd:[Ctrl] + kbd:[Shift] + kbd:[F].
|
|
|
-.. Enter the official wiki `*gh-pages*` address of `pass:[https://jmonkeyengine.github.io/wiki]` into the search box and then select the btn:[Find All] button.
|
|
|
+.. Enter the official wiki `*gh-pages*` address of `pass:[https://wiki.jmonkeyengine.org]` into the search box and then select the btn:[Find All] button.
|
|
|
.. Enter your `*gh-pages*` address `pass:[https://username.github.io/repo-name]` in the "`Replace All`" box and when ready, select the btn:[Replace All] button.
|
|
|
.. Enter the official wiki `*repository*` address of `pass:[https://github.com/jMonkeyEngine/wiki]` into the search box and then select the btn:[Find All] button.
|
|
|
.. Enter your `*repository*` address of `pass:[https://github.com/username/repo-name]` in the "`Replace All`" box and when ready, select the btn:[Replace All] button.
|