From c30a284c845740f1592eaa74fb7ba3c42b608178 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Wed, 18 Sep 2024 15:13:27 +0800 Subject: [PATCH] Update a link in TiDB Lightning data sources (#18927) (#18929) --- 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 a5f465a7a049f..e06946ef0a7f0 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/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" ```