aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <vincent_michael@gmx.de>2015-11-07 11:21:58 +0100
committerVincent-Michael <vincent_michael@gmx.de>2015-11-07 11:22:16 +0100
commit6d01960448d3d2f53cd532acafb707e517e23dd5 (patch)
treeee4f679ac72fd48fad7d2098d6cc46ebcba1b845
parent752474e2aedfe9c4a75b33be3a21fa461a1046d9 (diff)
Updated url for tc wiki
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--README.md4
-rw-r--r--src/server/database/Database/DatabaseLoader.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bc36deeaaaa..d716a515634 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -62,7 +62,7 @@ Requirements
============
-Software requirements are available in the [wiki](http://collab.kpsn.org/display/tc/Requirements) for
+Software requirements are available in the [wiki](http://www.trinitycore.info/display/tc/Requirements) for
Windows, Linux and Mac OSX.
diff --git a/README.md b/README.md
index 0a40cb6e3ff..91ef8181336 100644
--- a/README.md
+++ b/README.md
@@ -29,13 +29,13 @@ website at [TrinityCore.org](http://www.trinitycore.org).
## Requirements
-Software requirements are available in the [wiki](http://collab.kpsn.org/display/tc/Requirements) for
+Software requirements are available in the [wiki](http://www.trinitycore.info/display/tc/Requirements) for
Windows, Linux and Mac OSX.
## Install
-Detailed installation guides are available in the [wiki](http://collab.kpsn.org/display/tc/Installation+Guide) for
+Detailed installation guides are available in the [wiki](http://www.trinitycore.info/display/tc/Installation+Guide) for
Windows, Linux and Mac OSX.
diff --git a/src/server/database/Database/DatabaseLoader.cpp b/src/server/database/Database/DatabaseLoader.cpp
index 1d704100d93..d3e9e7a7132 100644
--- a/src/server/database/Database/DatabaseLoader.cpp
+++ b/src/server/database/Database/DatabaseLoader.cpp
@@ -66,7 +66,7 @@ DatabaseLoader& DatabaseLoader::AddDatabase(DatabaseWorkerPool<T>& pool, std::st
if (error)
{
TC_LOG_ERROR("sql.driver", "\nDatabasePool %s NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile "
- "for specific errors. Read wiki at http://collab.kpsn.org/display/tc/TrinityCore+Home", name.c_str());
+ "for specific errors. Read wiki at http://www.trinitycore.info/display/tc/TrinityCore+Home", name.c_str());
return false;
}