From ec4525a1c625c02cf2c8d2976454d0681560d7d9 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Sun, 24 Nov 2019 17:36:59 -0600 Subject: [PATCH] cmd ref: reword paragraph in example and fix links per https://github.com/iterative/dvc.org/pull/817#issuecomment-557912147 and https://github.com/iterative/dvc.org/pull/817#pullrequestreview-321976006 --- static/docs/command-reference/import.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/docs/command-reference/import.md b/static/docs/command-reference/import.md index 9034e1b034..c7260ccc40 100644 --- a/static/docs/command-reference/import.md +++ b/static/docs/command-reference/import.md @@ -3,8 +3,8 @@ Download or copy an output file or directory from any DVC repository (e.g. hosted on GitHub) into the workspace. DVC creates a [DVC-file](/doc/user-guide/dvc-file-format) with information about the -data source, which can later be used for -[updating](/doc/command-reference/update) the import. +data source, which can later be used to [update](/doc/command-reference/update) +the import. > See also `dvc get`, that corresponds to the first step this command performs > (just download the data). @@ -100,9 +100,9 @@ Importing 'data/data.xml (git@github.com:iterative/example-get-started)' In contrast with `dvc get`, this command doesn't just download the data file, but it also creates an import stage -([DVC-file](/doc/user-guide/dvc-file-format)) with a link to this data source. -This DVC-file with the link is used during imported file -[update](/doc/user-guide/external-dependencies). Check `data.xml.dvc`: +([DVC-file](/doc/user-guide/dvc-file-format)) with a link to the data source (as +explained in the description above). (This import stage can later be used to +[update](/doc/command-reference/update) the import.) Check `data.xml.dvc`: ```yaml md5: 7de90e7de7b432ad972095bc1f2ec0f8