From 5161d38456104c48fc468a4d636f96b51519e605 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Sun, 30 Oct 2016 16:33:29 +0800 Subject: [PATCH] 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] e1ff4bb75b8d418d0c65fd165542b5bd452becad --- TLSharp.Core/Network/MtProtoSender.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLSharp.Core/Network/MtProtoSender.cs b/TLSharp.Core/Network/MtProtoSender.cs index cadaad4..d46a68e 100644 --- a/TLSharp.Core/Network/MtProtoSender.cs +++ b/TLSharp.Core/Network/MtProtoSender.cs @@ -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) {