From c3305eeda3772bc1b19e2d96c27f9a380471e964 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 6867b930ba12e..49775537e5725 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 1349a2b0c59060ee42e3aa20d52d05681605f1a9 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 d2bd71a719895..ba8cf097a1eb3 100644 --- a/support.md +++ b/support.md @@ -8,7 +8,7 @@ aliases: ['/docs/dev/support/','/docs/dev/support-resources/'] 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)