From 82bff276344e74310a83943dc2bf505aae46883f Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Sun, 5 Jan 2020 20:39:34 -0600 Subject: [PATCH] user-guide: simplify note about checkout --relink in large-dataset-optimization per https://github.com/iterative/dvc.org/pull/864#pullrequestreview-338379594 --- static/docs/user-guide/large-dataset-optimization.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/static/docs/user-guide/large-dataset-optimization.md b/static/docs/user-guide/large-dataset-optimization.md index acf8fc7e9e..b88a94a96f 100644 --- a/static/docs/user-guide/large-dataset-optimization.md +++ b/static/docs/user-guide/large-dataset-optimization.md @@ -120,12 +120,9 @@ file link types. Please refer to the [Update a Tracked File](/doc/user-guide/updating-tracked-files) on how to manage tracked files under these cache configurations. -### Re-linking data in the workspace - -To re-create the file links in the workspace, for example after changing the -`cache.type` option for a project, please use -`dvc checkout --relink`. See -[checkout options](/doc/command-reference/checkout#options) for more details. +To make sure that the data files in the workspace are consistent with the +project's `cache.type` option, you may use `dvc checkout --relink`. +See `dvc checkout` for more information. ---