Skip to content

Commit

Permalink
Merge pull request #748 from taylorlee1/taylorlee1-fix-broken-links-2019
Browse files Browse the repository at this point in the history
fix doc broken links to miniconda.html
  • Loading branch information
shcheklein authored Oct 26, 2019
2 parents f01bcc3 + 69ea3e9 commit 86c699e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/docs/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In this case it installs `boto3` library as well, besides DVC.

## Install with conda

> Requires [Miniconda](https://docs.conda.io/en/latest/miniconda.htm) or
> Requires [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or
> [Anaconda Distribution](https://docs.anaconda.com/anaconda/).
```dvc
Expand Down
2 changes: 1 addition & 1 deletion static/docs/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In this case it installs `boto3` library as well, besides DVC.

## Install with conda

> Requires [Miniconda](https://docs.conda.io/en/latest/miniconda.htm) or
> Requires [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or
> [Anaconda Distribution](https://docs.anaconda.com/anaconda/).
```dvc
Expand Down
2 changes: 1 addition & 1 deletion static/docs/install/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on GitHub.

## Install with conda

> Requires [Miniconda](https://docs.conda.io/en/latest/miniconda.htm) or
> Requires [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or
> [Anaconda Distribution](https://docs.anaconda.com/anaconda/).
You can use `conda` from
Expand Down

0 comments on commit 86c699e

Please sign in to comment.