Skip to content

Commit

Permalink
doc: fix 404 link of lightning overview (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsa0520 authored Oct 2, 2022
1 parent df065ba commit c482fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/import-to-tidb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit c482fcf

Please sign in to comment.