diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2019-02-17 22:43:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-17 22:43:08 +0100 |
commit | f68fef798d68f630261ddfd7502e67e5e14d0ac6 (patch) | |
tree | 36f45ed20585f5360b32274ee1c4bad7cd618af1 | |
parent | b00305842496432d63bd6ac6946caa5a3fbb1cdc (diff) |
chore(docs): use new wiki
-rw-r--r-- | README.md | 10 | ||||
-rw-r--r-- | data/sql/updates/README.md | 2 | ||||
-rw-r--r-- | docker/README.md | 2 | ||||
-rw-r--r-- | docker/authserver/README.md | 2 | ||||
-rw-r--r-- | docker/database/README.md | 2 | ||||
-rw-r--r-- | docker/worldserver/README.md | 4 | ||||
-rw-r--r-- | issue_template.md | 4 | ||||
-rw-r--r-- | modules/how_to_make_a_module.md | 2 | ||||
-rw-r--r-- | pull_request_template.md | 2 |
9 files changed, 15 insertions, 15 deletions
@@ -11,30 +11,30 @@ AzerothCore is an open source game-server application for World of Warcraft, cur It is written in C++ and based on MaNGOS, TrinityCore and SunwellCore. -:moneybag: You can support the project by financing the resolution of issues [using Bountysource](https://github.com/azerothcore/azerothcore-wotlk/wiki/Bountysource). +:moneybag: You can support the project by financing the resolution of issues [using Bountysource](http://www.azerothcore.org/wiki/Bountysource). ## Why AzerothCore? Our main goal is to create a playable game server, offering a fully working game experience. In short, we focus on the **user experience (UX)**. -We also believe in [software modularity](https://en.wikipedia.org/wiki/Modular_programming), because the more the software is modular, and the more it will be easy to be maintained, understood, developed, etc... So we organized the structure of AzerothCore as modular as possible, giving the possibility to [create new modules](https://github.com/azerothcore/azerothcore-wotlk/wiki/Create-a-Module) to add custom features (instead of patching the core). +We also believe in [software modularity](https://en.wikipedia.org/wiki/Modular_programming), because the more the software is modular, and the more it will be easy to be maintained, understood, developed, etc... So we organized the structure of AzerothCore as modular as possible, giving the possibility to [create new modules](http://www.azerothcore.org/wiki/Create-a-Module) to add custom features (instead of patching the core). ## Learning project AzerothCore is a learning project. If you want to learn how to use C++, SQL, git, etc... you came to the right place! We will gladly help you: **programming is our passion**. -If you want to contribute, in [our wiki](https://github.com/azerothcore/azerothcore-wotlk/wiki) you fill find a lot of resources that will guide you. Also you can poke us in [our discord chat server](https://discord.gg/gkt4y2x). +If you want to contribute, in [our wiki](http://www.azerothcore.org/wiki) you fill find a lot of resources that will guide you. Also you can poke us in [our discord chat server](https://discord.gg/gkt4y2x). ## Instructions & Support -Installation instructions are available [here](https://github.com/AzerothCore/azerothcore-wotlk/wiki/Installation). +Installation instructions are available [here](http://www.azerothcore.org/wiki/Installation). For help requests, it is recommended to ask your question on [StackOverflow](https://stackoverflow.com/questions/tagged/azerothcore) and link it in [our chat](https://discordapp.com/channels/217589275766685707/284406375495368704). ## Docker -Dockerization of AzerothCore is fully supported. More details about Docker and the setup instructions are available [here](https://github.com/azerothcore/azerothcore-wotlk/wiki/Install-with-Docker). +Dockerization of AzerothCore is fully supported. More details about Docker and the setup instructions are available [here](http://www.azerothcore.org/wiki/Install-with-Docker). ## Authors & Contributors diff --git a/data/sql/updates/README.md b/data/sql/updates/README.md index 104608c572..88c5866bc6 100644 --- a/data/sql/updates/README.md +++ b/data/sql/updates/README.md @@ -1,2 +1,2 @@ -Please read [this](https://github.com/azerothcore/azerothcore-wotlk/wiki/Dealing-with-SQL-files) before adding new SQL-update files. +Please read [this](http://www.azerothcore.org/wiki/Dealing-with-SQL-files) before adding new SQL-update files. diff --git a/docker/README.md b/docker/README.md index d642a16ea6..ffcd665684 100644 --- a/docker/README.md +++ b/docker/README.md @@ -14,7 +14,7 @@ To install and AzerothCore using Docker, you have two options #### Option A. Using Docker Compose (very easy - recommended) -- Check the [Install with Docker](https://github.com/azerothcore/azerothcore-wotlk/wiki/install-with-Docker) guide. +- Check the [Install with Docker](http://www.azerothcore.org/wiki/install-with-Docker) guide. #### Option B. Build and start each container manually (longer - not recommended) diff --git a/docker/authserver/README.md b/docker/authserver/README.md index 3353e87459..03091db060 100644 --- a/docker/authserver/README.md +++ b/docker/authserver/README.md @@ -2,7 +2,7 @@ This provides a way to manually build and launch a container with the AzerothCore authserver running inside it. -If you just want to install the whole AzerothCore quickly using Docker Compose, we recommend [this guide](https://github.com/azerothcore/azerothcore-wotlk/wiki/install-with-Docker). +If you just want to install the whole AzerothCore quickly using Docker Compose, we recommend [this guide](http://www.azerothcore.org/wiki/install-with-Docker). ## Requirements diff --git a/docker/database/README.md b/docker/database/README.md index 3db2de48c2..77a7670614 100644 --- a/docker/database/README.md +++ b/docker/database/README.md @@ -9,7 +9,7 @@ Instances (containers) can be easily set up and then destroyed, so you can alway **NOTE**: you do **not** need to install any mysql-server manually in your system and if you already have it, the docker instances will **not** interfere with it. -If you just want to install the whole AzerothCore quickly using Docker Compose, we recommend following [this guide instead](https://github.com/azerothcore/azerothcore-wotlk/wiki/install-with-Docker). +If you just want to install the whole AzerothCore quickly using Docker Compose, we recommend following [this guide instead](http://www.azerothcore.org/wiki/install-with-Docker). # Setup & usage instructions diff --git a/docker/worldserver/README.md b/docker/worldserver/README.md index 23c63e4ec4..a0e889541e 100644 --- a/docker/worldserver/README.md +++ b/docker/worldserver/README.md @@ -2,7 +2,7 @@ This provides a way to build and launch a container with the AzerothCore authserver running inside it. -If you just want to install the whole AzerothCore quickly using Docker Compose, we recommend following [this guide instead](https://github.com/azerothcore/azerothcore-wotlk/wiki/install-with-Docker). +If you just want to install the whole AzerothCore quickly using Docker Compose, we recommend following [this guide instead](http://www.azerothcore.org/wiki/install-with-Docker). ## Requirements @@ -14,7 +14,7 @@ If you just want to install the whole AzerothCore quickly using Docker Compose, - You have to copy the file `docker/worldserver/worldserver.conf.dockerdist` and rename the copied file to `docker/worldserver/worldserver.conf`. Then open it and change the values where needed (you may need to change the DB port). -- You need to have the **data files** somewhere in your system. If you don't have them yet, check the step ["Download the data files" from the installation guide](https://github.com/AzerothCore/azerothcore-wotlk/wiki/Installation#5-download-the-data-files). +- You need to have the **data files** somewhere in your system. If you don't have them yet, check the step ["Download the data files" from the installation guide](http://www.azerothcore.org/wiki/Installation#5-download-the-data-files). ## Building the container image diff --git a/issue_template.md b/issue_template.md index 2c5ee37cc5..86cbfe6140 100644 --- a/issue_template.md +++ b/issue_template.md @@ -2,7 +2,7 @@ <!-- This template is for problem reports, for feature suggestion etc... feel free to edit it. If this is a crash report, upload the crashlog on https://gist.github.com/ - For issues containing a fix, please create a Pull Request following this tutorial: https://github.com/azerothcore/azerothcore-wotlk/wiki/Contribute#how-to-create-a-pull-request --> + For issues containing a fix, please create a Pull Request following this tutorial: http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request --> <!-- WRITE A RELEVANT TITLE --> @@ -80,7 +80,7 @@ Find the commit hash (unique identifier) by running "git log" on your own clone <!-- ------------------------- THE END ------------------------------ Thank you for your contribution. If you use AzerothCore regularly, we really NEED your help to: - - TEST our fixes ( https://github.com/azerothcore/azerothcore-wotlk/wiki/Contribute#how-to-test-a-pull-request ) + - TEST our fixes ( http://www.azerothcore.org/wiki/Contribute#how-to-test-a-pull-request ) - Report issues - Improve the documentation/wiki With your help the project can evolve much quicker! diff --git a/modules/how_to_make_a_module.md b/modules/how_to_make_a_module.md index aed2a60094..8a803c456a 100644 --- a/modules/how_to_make_a_module.md +++ b/modules/how_to_make_a_module.md @@ -2,7 +2,7 @@ 1) Read this page first: -https://github.com/azerothcore/azerothcore-wotlk/wiki/Create-a-Module +http://www.azerothcore.org/wiki/Create-a-Module 2) Run the script `create_module.sh`: diff --git a/pull_request_template.md b/pull_request_template.md index 6f58bb3746..cfcce47995 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,6 +1,6 @@ <!-- First of all, THANK YOU for your contribution. Please fill this template unless your PR is very simple/straightforward. - Do not forget to have a look at our Pull Request tutorial: https://github.com/azerothcore/azerothcore-wotlk/wiki/Contribute#how-to-create-a-pull-request + Do not forget to have a look at our Pull Request tutorial: http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request --> |