From 77eabd46cf4afef39ed65fefe686d30b81ed19aa Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Wed, 18 Sep 2024 17:01:36 +0800 Subject: [PATCH] Update a link in Lightning data sources (#18933) (#18935) --- 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 5e3ab269db2e8..1978e495d3c9d 100644 --- a/tidb-lightning/tidb-lightning-data-source.md +++ b/tidb-lightning/tidb-lightning-data-source.md @@ -11,7 +11,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/dev/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/v7.1/backup-and-restore-storages#uri-format. data-source-dir = "/data/my_database" ```