MigrationExceptions: update URL

Previous commit[1] made the anchor change its name due to
changing slightly the content of the README around the
MIGRATE problem.

[1] e1ff4bb75b
This commit is contained in:
Andres G. Aragoneses 2016-10-30 16:33:29 +08:00
parent e1ff4bb75b
commit 5161d38456

View file

@ -500,7 +500,7 @@ namespace TLSharp.Core.Network
internal int DC { get; private set; } internal int DC { get; private set; }
private const string REPORT_MESSAGE = private const string REPORT_MESSAGE =
" See: https://github.com/sochix/TLSharp#i-get-an-error-migrate_x"; " See: https://github.com/sochix/TLSharp#i-get-a-xxxmigrationexception-or-a-migrate_x-error";
protected DataCenterMigrationException(string msg, int dc) : base (msg + REPORT_MESSAGE) protected DataCenterMigrationException(string msg, int dc) : base (msg + REPORT_MESSAGE)
{ {