summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDougal J. Sutherland <dougal@gmail.com>2017-07-20 13:07:23 +0100
committerGitHub <noreply@github.com>2017-07-20 13:07:23 +0100
commit38e696fc821d0e9bd977b69e3c38ecb3db4662ca (patch)
treea752dac4fbba0d5b3a9782df4cc1d383ef4cdae8 /README.md
parentfbc43503386def50b8a79bcf3ca2104934747229 (diff)
fix conda-forge URL [skip ci]
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bb3f9e4..c3dbf68 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ python setup.py install --user # for user install (no root)
#### Anaconda installation with conda-forge
-If you use the Anaconda python distribution, POT is available in [conda-forge](conda-forge.github.io). To install it and the required dependencies:
+If you use the Anaconda python distribution, POT is available in [conda-forge](https://conda-forge.org). To install it and the required dependencies:
```
conda install -c conda-forge pot
```