From 249e03fad6e1732247404fa64a4757ec810618a7 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Tue, 7 Jul 2020 01:58:23 -0500 Subject: [PATCH] Update content/docs/command-reference/import-url.md --- content/docs/command-reference/import-url.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/docs/command-reference/import-url.md b/content/docs/command-reference/import-url.md index bff9c2a3fc..a6a3df9b09 100644 --- a/content/docs/command-reference/import-url.md +++ b/content/docs/command-reference/import-url.md @@ -89,9 +89,6 @@ Specific explanations: running. DVC automatically expands this URL into a regular S3, SSH, GS, etc URL by appending `/path/to/file` to the `myremote`'s configured base path. -See [`dvc.lock` file](/doc/user-guide/dvc-files-and-directories#dvclock-file) -for info on hash types for specific remote location types. - Another way to understand the `dvc import-url` command is as a shortcut for generating a pipeline stage with and external dependency. This is discussed in the [External Dependencies](/doc/user-guide/external-dependencies)