From c482fcffc059344e1ae742226f7e0a94ea0bf1e0 Mon Sep 17 00:00:00 2001 From: Elsa <111482174+elsa0520@users.noreply.github.com> Date: Sun, 2 Oct 2022 09:13:48 +0800 Subject: [PATCH] doc: fix 404 link of lightning overview (#145) --- docs/import-to-tidb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/import-to-tidb.md b/docs/import-to-tidb.md index 7cd1db8..1eebcba 100644 --- a/docs/import-to-tidb.md +++ b/docs/import-to-tidb.md @@ -82,7 +82,7 @@ use one thread to create that. ### Import data using lightning Since `Tiup` doesn't support `lightning` so far, we have to download the binary somewhere or build it from source. -For simplicity, this document will not include that part, please refer to [lightning doc](https://pingcap.com/docs/stable/reference/tools/tidb-lightning/overview/) for more details. +For simplicity, this document will not include that part, please refer to [lightning doc](https://docs.pingcap.com/tidb/stable/tidb-lightning-overview) for more details. With the `lightning` binary, then it is easy to import data. We also provide an example [config](./tidb-lightning.toml) for `lightning`. You can just execute the command below: