Skip to content

Commit 153e86e

Browse files
authored
README: fix broken link (#10140)
The text was copied from the docs repo, and it was not identified that the link was relative.
1 parent b376139 commit 153e86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ TiDB ("Ti" stands for Titanium) is an open-source NewSQL database that supports
2727

2828
- __MySQL Compatible Syntax__
2929

30-
TiDB acts like it is a MySQL 5.7 server to your applications. You can continue to use all of the existing MySQL client libraries, and in many cases, you will not need to change a single line of code in your application. Because TiDB is built from scratch, not a MySQL fork, please check out the list of [known compatibility differences](./sql/mysql-compatibility.md).
30+
TiDB acts like it is a MySQL 5.7 server to your applications. You can continue to use all of the existing MySQL client libraries, and in many cases, you will not need to change a single line of code in your application. Because TiDB is built from scratch, not a MySQL fork, please check out the list of [known compatibility differences](https://www.pingcap.com/docs/sql/mysql-compatibility/).
3131

3232
- __Distributed Transactions with Strong Consistency__
3333

0 commit comments

Comments
 (0)