From 1373ccc3441a359d10e941e373801dbed6edb1e2 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 4d411bc1cda9b..c2af4b6d8d66a 100644 --- a/error-codes.md +++ b/error-codes.md @@ -9,7 +9,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 057177269c8c43e1fc9f8e3f57059e1491008189 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 0318d15484cf5..e6d5d829d9061 100644 --- a/support.md +++ b/support.md @@ -7,7 +7,7 @@ summary: Find support resources for your TiDB installation. 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)