From 7071b846df4fb0c400b0096c3d6bf4acd0c40e2a Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Wed, 18 Sep 2024 14:46:00 +0800 Subject: [PATCH] Update a link in TiDB Lightning data sources (#18927) --- tidb-lightning/tidb-lightning-data-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-lightning/tidb-lightning-data-source.md b/tidb-lightning/tidb-lightning-data-source.md index ff7722a070816..173f9b5eb227a 100644 --- a/tidb-lightning/tidb-lightning-data-source.md +++ b/tidb-lightning/tidb-lightning-data-source.md @@ -12,7 +12,7 @@ To specify the data source for TiDB Lightning, use the following configuration: ```toml [mydumper] -# 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. +# 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. data-source-dir = "/data/my_database" ```