mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
@@ -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.
|
||||
|
||||
If you choose Linux, we recommend to use Debian 8, since it's the Linux that we use to test compilations.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user