diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-04-15 12:15:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-15 12:15:13 +0200 |
| commit | 89e5372f6efa1ba93f11309c45d2d1b48602dde6 (patch) | |
| tree | 99a0bf80d19f47e45e0dc5d5bb2126eca2d5a741 | |
| parent | 890792004063f3754be3a1ed0e36c6787f0c9351 (diff) | |
| download | wiki-89e5372f6efa1ba93f11309c45d2d1b48602dde6.tar.gz wiki-89e5372f6efa1ba93f11309c45d2d1b48602dde6.tar.bz2 wiki-89e5372f6efa1ba93f11309c45d2d1b48602dde6.zip | |
fix(guide): Broken links (#431)
* Update Spell_system.md
* d
| -rw-r--r-- | _includes/azerothcore/sidebar.html | 3 | ||||
| -rw-r--r-- | docs/installation.md (renamed from docs/installation-guide.md) | 0 | ||||
| -rw-r--r-- | docs/linux-requirements.md | 4 | ||||
| -rw-r--r-- | docs/macos-requirements.md | 4 | ||||
| -rw-r--r-- | docs/requirements.md | 4 | ||||
| -rw-r--r-- | docs/windows-requirements.md | 4 |
6 files changed, 9 insertions, 10 deletions
diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html index e979c13..7b072b3 100644 --- a/_includes/azerothcore/sidebar.html +++ b/_includes/azerothcore/sidebar.html @@ -38,11 +38,10 @@ <li><a href="/wiki/FAQ">FAQ</a></li> <li><a href="/wiki/Creating-Accounts">Create Accounts</a></li> <li><a href="/wiki/Dealing-with-SQL-files">Dealing with SQL files</a></li> - <li><a href="/wiki/Syncing-your-fork">Syncing your fork</a></li> <li><a href="/wiki/Create-a-Module">Create a Module</a></li> <li><a href="/wiki/Create-a-Script">Create your first Script</a></li> <li><a href="/wiki/how-to-work-with-conf-files">Work with configuration files (.conf & .conf.dist)</a></li> - <li><a href="/wiki/Extract-Client-Data">Extract client data (maps, mmaps, vmaps, dbc)</a></li> + <li><a href="/wiki/server-setup">Extract client data (maps, mmaps, vmaps, dbc)</a></li> <li><a href="/wiki/linux-restarter">Linux automatic restarter</a></li> <li><a href="/wiki/GM-Commands">GM Commands</a></li> <li><a href="/wiki/Waypoints-Information">Information about waypoints</a></li> diff --git a/docs/installation-guide.md b/docs/installation.md index c9c89e0..c9c89e0 100644 --- a/docs/installation-guide.md +++ b/docs/installation.md diff --git a/docs/linux-requirements.md b/docs/linux-requirements.md index 55bee40..8be6af3 100644 --- a/docs/linux-requirements.md +++ b/docs/linux-requirements.md @@ -3,7 +3,7 @@ | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-intallation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-intallation.md) | | | | :- | @@ -171,4 +171,4 @@ If you are still having problems, check: | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-intallation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-intallation.md) | diff --git a/docs/macos-requirements.md b/docs/macos-requirements.md index 2a10d11..b53f5c8 100644 --- a/docs/macos-requirements.md +++ b/docs/macos-requirements.md @@ -3,7 +3,7 @@ | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-intallation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-intallation.md) | | | | :- | @@ -61,4 +61,4 @@ If you are still having problems, check: | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-intallation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-intallation.md) | diff --git a/docs/requirements.md b/docs/requirements.md index 1eb382d..8dd42f4 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -3,7 +3,7 @@ | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-installation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-installation.md) | [Linux Requirements](linux-requirements.md) @@ -24,4 +24,4 @@ If you are still having problems, check: | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-installation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-installation.md) | diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md index 1bd3b3a..20ab206 100644 --- a/docs/windows-requirements.md +++ b/docs/windows-requirements.md @@ -3,7 +3,7 @@ | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-intallation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-intallation.md) | | | | :- | @@ -86,4 +86,4 @@ If you are still having problems, check: | Installation Guide | | | :- | :- | | This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | -| [<< Start: Installation Guide](installation-guide.md) | [Step 2: Core Installation >>](core-intallation.md) | +| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-intallation.md) | |
