From 50bc171793b31b6d94c35baaccf7e348e8e096a7 Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Sat, 30 Nov 2019 09:20:01 -0800 Subject: [PATCH] install: fix the link to the remote storage --- static/docs/install/linux.md | 7 +++---- static/docs/install/macos.md | 7 +++---- static/docs/install/windows.md | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/static/docs/install/linux.md b/static/docs/install/linux.md index f4fad3b314..090954be79 100644 --- a/static/docs/install/linux.md +++ b/static/docs/install/linux.md @@ -12,10 +12,9 @@ $ pip install dvc ``` -Depending on the type of the -[remote storage](/doc/user-guide/external-dependencies) you plan to use, you -might need to install optional dependencies: `[s3]`, `[ssh]`, `[gs]`, `[azure]`, -and `[oss]`. Use `[all]` to include them all. +Depending on the type of the [remote storage](/doc/command-reference/remote) you +plan to use, you might need to install optional dependencies: `[s3]`, `[ssh]`, +`[gs]`, `[azure]`, and `[oss]`. Use `[all]` to include them all.
diff --git a/static/docs/install/macos.md b/static/docs/install/macos.md index 0acfc752f8..a62885b29a 100644 --- a/static/docs/install/macos.md +++ b/static/docs/install/macos.md @@ -35,10 +35,9 @@ from the [release page](https://github.com/iterative/dvc/releases/) on GitHub. $ pip install dvc ``` -Depending on the type of the -[remote storage](/doc/user-guide/external-dependencies) you plan to use, you -might need to install optional dependencies: `[s3]`, `[ssh]`, `[gs]`, `[azure]`, -and `[oss]`. Use `[all]` to include them all. +Depending on the type of the [remote storage](/doc/command-reference/remote) you +plan to use, you might need to install optional dependencies: `[s3]`, `[ssh]`, +`[gs]`, `[azure]`, and `[oss]`. Use `[all]` to include them all.
diff --git a/static/docs/install/windows.md b/static/docs/install/windows.md index 2618da8dcc..cf9cab99ee 100644 --- a/static/docs/install/windows.md +++ b/static/docs/install/windows.md @@ -36,10 +36,9 @@ You can install with `pip` from a command line terminal like $ pip install dvc ``` -Depending on the type of the -[remote storage](/doc/user-guide/external-dependencies) you plan to use, you -might need to install optional dependencies: `[s3]`, `[ssh]`, `[gs]`, `[azure]`, -and `[oss]`. Use `[all]` to include them all. +Depending on the type of the [remote storage](/doc/command-reference/remote) you +plan to use, you might need to install optional dependencies: `[s3]`, `[ssh]`, +`[gs]`, `[azure]`, and `[oss]`. Use `[all]` to include them all.