Merge pull request #2125 from travisturner/fix-language-link

fix languages.txt link
This commit is contained in:
Travis Turner 2020-09-10 16:18:02 -05:00 committed by GitHub
commit 052440974a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -768,7 +768,7 @@ curl -O https://raw.githubusercontent.com/pilosa/getting-started/master/language
We will also download two text files. One is the `requirements.txt` that will install python-pilosa later on and the other is `languages.txt` which will provide context to the `language` field.
```
curl -O https://raw.githubusercontent.com/pilosa/getting-started/master/python/requirements.txt
curl -O https://raw.githubusercontent.com/pilosa/getting-started/master/language.txt
curl -O https://raw.githubusercontent.com/pilosa/getting-started/master/languages.txt
```
We will now create the python environment:
```