diff --git a/public/static/docs/command-reference/get.md b/public/static/docs/command-reference/get.md
index 65f5469409..c935633b4f 100644
--- a/public/static/docs/command-reference/get.md
+++ b/public/static/docs/command-reference/get.md
@@ -22,8 +22,7 @@ Provides an easy way to download files or directories tracked in any DVC
project (e.g. datasets, intermediate results, ML models), or Git
repository (e.g. source code, small image/other files). `dvc get` copies the
target file or directory (`url`/`path`) to the current working directory. (For
-remote URLs, it works like downloading with `wget`, but supporting DVC
-data artifacts and other files tracked in the repository.)
+DVC repositories, it's analogous to `wget`.)
Note that this command doesn't require an existing DVC project to run in. It's a
single-purpose command that can be used out of the box after installing DVC.
diff --git a/public/static/docs/get-started/add-files.md b/public/static/docs/get-started/add-files.md
index ee790008f1..63f7521b9c 100644
--- a/public/static/docs/get-started/add-files.md
+++ b/public/static/docs/get-started/add-files.md
@@ -10,11 +10,11 @@ $ dvc get https://github.com/iterative/dataset-registry \
get-started/data.xml -o data/data.xml
```
-> `dvc get` can use any DVC project hosted on a Git repository to
-> find the appropriate [remote storage](/doc/command-reference/remote) and
-> download data artifacts from it. (It works like `wget`, but for
-> DVC repositories.) In this case we use
-> [dataset-registry](https://github.com/iterative/dataset-registry) as the
+> `dvc get` can use any DVC project to find the appropriate
+> [remote storage](/doc/command-reference/remote) and download data
+> artifacts from it. (It's analogous to `wget`, but for DVC
+> repositories.) In this case we use
+> [dataset-registry](https://github.com/iterative/dataset-registry)) as the
> source project. (Refer to [Data Registries](/doc/use-cases/data-registries)
> for more info about this setup.)
diff --git a/public/static/docs/tutorials/pipelines.md b/public/static/docs/tutorials/pipelines.md
index 70d2fdc958..6674879b5a 100644
--- a/public/static/docs/tutorials/pipelines.md
+++ b/public/static/docs/tutorials/pipelines.md
@@ -48,10 +48,10 @@ $ git add code/
$ git commit -m "Download and add code to new Git repo"
```
-> `dvc get` can use any DVC project hosted on a Git repository to
-> find the appropriate [remote storage](/doc/command-reference/remote) and
-> download data artifacts from it. (It works like `wget`, but for
-> DVC or Git repositories.) In this case we use
+> `dvc get` can use any DVC project to find the appropriate
+> [remote storage](/doc/command-reference/remote) and download data
+> artifacts from it. (It's analogous to `wget`, but for DVC
+> repositories.) In this case we use
> [dataset-registry](https://github.com/iterative/dataset-registry)) as the
> source project. (Refer to [Data Registries](/doc/use-cases/data-registries)
> for more info about this setup.)
diff --git a/public/static/docs/tutorials/versioning.md b/public/static/docs/tutorials/versioning.md
index 680aeef68d..9279d31e14 100644
--- a/public/static/docs/tutorials/versioning.md
+++ b/public/static/docs/tutorials/versioning.md
@@ -83,10 +83,10 @@ $ unzip -q data.zip
$ rm -f data.zip
```
-> `dvc get` can use any DVC project hosted on a Git repository to
-> find the appropriate [remote storage](/doc/command-reference/remote) and
-> download data artifacts from it. (It works like `wget`, but for
-> DVC repositories.) In this case we use
+> `dvc get` can use any DVC project to find the appropriate
+> [remote storage](/doc/command-reference/remote) and download data
+> artifacts from it. (It's analogous to `wget`, but for DVC
+> repositories.) In this case we use
> [dataset-registry](https://github.com/iterative/dataset-registry)) as the
> source project. (Refer to [Data Registries](/doc/use-cases/data-registries)
> for more info about this setup.)
diff --git a/public/static/docs/user-guide/external-dependencies.md b/public/static/docs/user-guide/external-dependencies.md
index 211a727d5b..36b8a8672a 100644
--- a/public/static/docs/user-guide/external-dependencies.md
+++ b/public/static/docs/user-guide/external-dependencies.md
@@ -112,9 +112,9 @@ credentials for the different remotes.
## Example: `import-url` command
-In the previous examples, downloading commands were used: `aws s3 cp`, `scp`,
-`wget`, etc. `dvc import-url` simplifies the downloading for all the supported
-external path or URL types.
+In the previous examples, special downloading tools were used: `scp`,
+`aws s3 cp`, etc. `dvc import-url` simplifies the downloading for all the
+supported external path or URL types.
```dvc
$ dvc import-url https://data.dvc.org/get-started/data.xml