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)