Skip to content

Commit

Permalink
install: fix the link to the remote storage
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Nov 30, 2019
1 parent 2157ea3 commit 50bc171
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 3 additions & 4 deletions static/docs/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<details>

Expand Down
7 changes: 3 additions & 4 deletions static/docs/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<details>

Expand Down
7 changes: 3 additions & 4 deletions static/docs/install/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<details>

Expand Down

0 comments on commit 50bc171

Please sign in to comment.