From efa74d81fc68cd01fef6c3ef696c925deee60008 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrique=20Corr=C3=AAa?=
<75134774+HeCorr@users.noreply.github.com>
Date: Tue, 10 Jan 2023 13:52:22 -0300
Subject: [PATCH] doc/md: fix two broken links on dialects.md (#3228)
---
doc/md/dialects.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/md/dialects.md b/doc/md/dialects.md
index d72c0f08e..9822fef8a 100644
--- a/doc/md/dialects.md
+++ b/doc/md/dialects.md
@@ -20,7 +20,7 @@ and it's being tested constantly on the following 5 versions: `10`, `11`, `12`,
## CockroachDB **(preview)**
-CockroachDB support is in preview and requires the [Atlas migration engine](#atlas-integration).
+CockroachDB support is in preview and requires the [Atlas migration engine](migrate.md#atlas-integration).
The integration with CRDB is currently tested on versions `v21.2.11`.
## SQLite
@@ -35,7 +35,7 @@ Gremlin does not support migration nor indexes, and **it's considered exper
## TiDB **(preview)**
-TiDB support is in preview and requires the [Atlas migration engine](#atlas-integration).
+TiDB support is in preview and requires the [Atlas migration engine](migrate.md#atlas-integration).
TiDB is MySQL compatible and thus any feature that works on MySQL _should_ work on TiDB as well.
For a list of known compatibility issues, visit: https://docs.pingcap.com/tidb/stable/mysql-compatibility
The integration with TiDB is currently tested on versions `5.4.0`, `6.0.0`.