Skip to content

Commit 0082bb1

Browse files
authored
Update a link in TiDB Lightning data sources (#18927) (#18931)
1 parent d2738d8 commit 0082bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidb-lightning/tidb-lightning-data-source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To specify the data source for TiDB Lightning, use the following configuration:
1111

1212
```toml
1313
[mydumper]
14-
# Local source data directory or the URI of the external storage such as S3. For more information about the URI of the external storage, see https://docs.pingcap.com/tidb/v6.6/backup-and-restore-storages#uri-format.
14+
# Local source data directory or the URI of the external storage such as S3. For more information about the URI of the external storage, see https://docs.pingcap.com/tidb/dev/backup-and-restore-storages#uri-format.
1515
data-source-dir = "/data/my_database"
1616
```
1717

0 commit comments

Comments
 (0)