From efd5663cc478eb3f7f5ad07c5d2236b7faba07c6 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Tue, 8 Sep 2020 16:41:14 -0500 Subject: [PATCH] fix languages.txt link --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index a236d2156..06dda3d64 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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: ```