From 13e6fea2ca0002faa6529d2e35a7e83cbd299bae Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Mon, 28 Jun 2021 23:34:11 +0000 Subject: [PATCH] ref: remove an md ref link --- content/docs/command-reference/destroy.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/docs/command-reference/destroy.md b/content/docs/command-reference/destroy.md index 6c4d7eab2e..d819108834 100644 --- a/content/docs/command-reference/destroy.md +++ b/content/docs/command-reference/destroy.md @@ -16,15 +16,13 @@ usage: dvc destroy [-h] [-q | -v] [-f] directory from the project. Note that the cache directory will be removed as well, unless it's -set to an [external location][external-cache] (by default a local cache is -located in `.dvc/cache`). If you have setup +set to an [external +location][/doc/user-guide/managing-external-data#setting-up-an-external-cache] +(by default a local cache is located in `.dvc/cache`). If you have setup [symlinks](/doc/user-guide/large-dataset-optimization) (from cache to workspace) in your project, DVC will replace them with the latest versions of the actual files and directories first, so that your data is intact after destruction. -[external-cache]: - /doc/user-guide/managing-external-data#setting-up-an-external-cache - > Refer to [Project Structure](/doc/user-guide/project-structure) for more > details on the directories and files deleted by this command.