Fix links

This commit is contained in:
Rochet2
2015-05-02 02:45:15 +03:00
committed by Rochet2
parent f88d57f599
commit b01d441dbd
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ Eluna Lua Engine © is a lua engine embedded to World of Warcraft emulators.
We are currently working hard to make Eluna better from inside and outside.
Follow us on [EmuDevs Twitter](https://twitter.com/EmuDevs) page to view the latest news about EmuDevs and about what is going on with Eluna Lua Engine ©.
If you are having trouble with installation or scripts, post in [Eluna Support Forum](https://emudevs.com/forumdisplay.php/279-Eluna-Support)
If you are having trouble with installation or scripts, post in [Eluna Support Forum](http://emudevs.com/forumdisplay.php/279-Eluna-Support)
For documentation and reference see [Eluna API](http://eluna.emudevs.com/) and [Lua reference manual](http://www.lua.org/manual/5.2/).
Special thanks to [MaNGOS](http://getmangos.eu/) for their continued support and use of Eluna. Please head over to their forums and show them some love!
@@ -19,9 +19,9 @@ Special thanks to [MaNGOS](http://getmangos.eu/) for their continued support and
* [Lua reference manual](http://www.lua.org/manual/5.2/)
* [Contributing](docs/CONTRIBUTING.md)
* [Support forum](https://emudevs.com/forumdisplay.php/279-Eluna-Support)
* [Support forum](http://emudevs.com/forumdisplay.php/279-Eluna-Support)
* [Example scripts](https://github.com/ElunaLuaEngine/Scripts)
* [Guides, releases and news](https://emudevs.com/forumdisplay.php/15-Eluna-Lua-Engine-%C2%A9)
* [Guides, releases and news](http://emudevs.com/forumdisplay.php/15-Eluna-Lua-Engine-%C2%A9)
##Source

View File

@@ -5,7 +5,7 @@ You can contribute to Eluna in various ways:
* Improve our documentation: [Documentation generation](DOC_GEN.md)
* Create new features or enhance old features: [Eluna source](https://github.com/ElunaLuaEngine/Eluna)
* Notify us about your concerns, problems and needs regarding Eluna: [Issue tracker](https://github.com/ElunaLuaEngine/Eluna/issues)
* Create and improve Lua scripts, systems, releases and guides: [Eluna forum section](https://emudevs.com/forumdisplay.php/15-Eluna-Lua-Engine-%C2%A9)
* Create and improve Lua scripts, systems, releases and guides: [Eluna forum section](http://emudevs.com/forumdisplay.php/15-Eluna-Lua-Engine-%C2%A9)
###Features and documentation
To contribute to the source code and documentation within it, create a pull request for our github repository:

View File

@@ -2,7 +2,7 @@
This page will help you get a cMaNGOS and a TrinityCore source with Eluna.
To get a MaNGOS source with Eluna head over to [their forum](http://getmangos.eu/) for the core installation and updating instructions.
If you are having trouble with the installation or updating the core source, head over to our [support forum](../README.md#links).
If you are having trouble with the installation or updating the core source, head over to our [support forum](../README.md#documentation).
If you are looking for a way to merge eluna with a fork of the official repositories see [merging](MERGING.md).
###Requirements and dependencies:

View File

@@ -2,7 +2,7 @@
Eluna can be added to various sources by applying the core changes required for Eluna to function.
Below you find the guides for merging Eluna with each core or a fork of it.
If you choose to merge you should be able to maintain and update yourself - we do not maintain your core.
We also do not fix any merging errors you may have, but you are free to ask about them on the [support forum](../README.md#links) and we may assist.
We also do not fix any merging errors you may have, but you are free to ask about them on the [support forum](../README.md#documentation) and we may assist.
We recommend using the [installation guide](INSTALL.md) especially if you are not familiar with git and updating the code.
It allows you to simply use `git pull` followed by `git submodule update` to update your source and we will handle the merging and maintenance with the official core source. Naturally you still need to handle updating the database as instructed by the core's wiki or instructions.