From 03d00041f12676de0b1aad5d9ed4e1786561a189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Fri, 20 Aug 2021 10:32:35 +0200 Subject: [PATCH 1/2] Fix broken link in error codes doc --- error-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error-codes.md b/error-codes.md index f37697d88e27d..3dc2672c1eb1e 100644 --- a/error-codes.md +++ b/error-codes.md @@ -10,7 +10,7 @@ This document describes the problems encountered during the use of TiDB and prov ## Error codes -TiDB is compatible with the error codes in MySQL, and in most cases returns the same error code as MySQL. For a list of error codes for MySQL, see [Server Error Message Reference](https://dev.mysql.com/doc/refman/5.7/en/server-error-reference.html). In addition, TiDB has the following unique error codes: +TiDB is compatible with the error codes in MySQL, and in most cases returns the same error code as MySQL. For a list of error codes for MySQL, see [MySQL 5.7 Error Message Reference](https://dev.mysql.com/doc/mysql-errors/5.7/en/). In addition, TiDB has the following unique error codes: > **Note:** > From 5dfa4aa64118000648e8ea33b341a578fe4e1596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Fri, 20 Aug 2021 10:38:31 +0200 Subject: [PATCH 2/2] Update broken support link to tidb community slack --- support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support.md b/support.md index 391e4ad10cebb..674b6f66cf924 100644 --- a/support.md +++ b/support.md @@ -8,7 +8,7 @@ aliases: ['/docs/stable/support/','/docs/v4.0/support/','/docs/stable/support-re You can reach out to the community members via any one of the following ways: -+ Slack Channel: [https://pingcap.com/tidbslack](https://pingcap.com/tidbslack) ++ Slack Channel: [https://slack.tidb.io/](https://slack.tidb.io/invite?team=tidb-community&channel=everyone&ref=pingcap) + Google Groups: [https://groups.google.com/forum/#!forum/tidb-user](https://groups.google.com/forum/#!forum/tidb-user) + Stack Overflow: [https://stackoverflow.com/questions/tagged/tidb](https://stackoverflow.com/questions/tagged/tidb) + Twitter: [https://twitter.com/PingCAP](https://twitter.com/PingCAP)