mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
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:
parent
e1ff4bb75b
commit
5161d38456
|
|
@ -500,7 +500,7 @@ namespace TLSharp.Core.Network
|
|||
internal int DC { get; private set; }
|
||||
|
||||
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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue