summaryrefslogtreecommitdiffstats
path: root/sample-apps/blog-tutorial-shared/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'sample-apps/blog-tutorial-shared/README.md')
-rw-r--r--sample-apps/blog-tutorial-shared/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample-apps/blog-tutorial-shared/README.md b/sample-apps/blog-tutorial-shared/README.md
index 97b3247a7cd..5d4d15ed1ed 100644
--- a/sample-apps/blog-tutorial-shared/README.md
+++ b/sample-apps/blog-tutorial-shared/README.md
@@ -8,11 +8,11 @@ This directory contains utility code for the blog-search and blog-recommendation
$ python parse.py trainPosts.json > somefile.json
-Parses JSON from the file trainPosts.json downloaded from Kaggle during the [blog search tutorial](https://docs.vespa.ai/documentation/tutorials/blog-search.html) and format it according to Vespa Document JSON format.
+Parses JSON from the file trainPosts.json downloaded from Kaggle during the [blog search tutorial](http://docs.vespa.ai/documentation/tutorials/blog-search.html) and format it according to Vespa Document JSON format.
$ python parse.py -p trainPosts.json > somefile.json
-Give it the flag "-p" or "--popularity", and the script also calculates and adds the field `popularity`, as introduced [in the tutorial](https://docs.vespa.ai/documentation/tutorials/blog-search.html#blog-popularity-signal).
+Give it the flag "-p" or "--popularity", and the script also calculates and adds the field `popularity`, as introduced [in the tutorial](http://docs.vespa.ai/documentation/tutorials/blog-search.html#blog-popularity-signal).
## Vespa Tutorial pt. 2