Skip to content

Commit

Permalink
user-guide: better link text in external-outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Aug 22, 2019
1 parent 1ecbed3 commit 75b2950
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/docs/user-guide/external-outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ external outputs (protocols) are supported:
In order to specify an external output for a stage file use the usual `-o` and
`-O` options with the `dvc run` command, but with the external path or URL
pointing to your desired files. For cached external outputs (specified using
`-o`) you will need to setup an
[external cache](/doc/commands-reference/config#cache) location that will be
used by DVC to store versions of your external file. Non-cached external outputs
(specified using `-O`) do not require external cache to be setup.
`-o`) you will need to
[setup an external cache](/doc/commands-reference/config#cache) location that
will be used by DVC to store versions of your external file. Non-cached external
outputs (specified using `-O`) do not require external cache to be setup.

> Avoid using the same remote location that you are using for `dvc push`,
> `dvc pull`, `dvc fetch` as external cache for your external outputs, because
Expand Down

0 comments on commit 75b2950

Please sign in to comment.