diff --git a/README.md b/README.md index 4a289a430..b100d76ba 100644 --- a/README.md +++ b/README.md @@ -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 104608c57..88c5866bc 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 d642a16ea..ffcd66568 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 3353e8745..03091db06 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 3db2de48c..77a767061 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 23c63e4ec..a0e889541 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 2c5ee37cc..86cbfe614 100644 --- a/issue_template.md +++ b/issue_template.md @@ -2,7 +2,7 @@ + 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 --> @@ -80,7 +80,7 @@ Find the commit hash (unique identifier) by running "git log" on your own clone