From b3858a07eb3a92bedc2cfee1f8b8057fe6f519e3 Mon Sep 17 00:00:00 2001 From: Guillim Date: Fri, 26 Jun 2020 17:29:02 +0200 Subject: [PATCH] Update tutorial link in readme from .py to .ipynb (#177) for more consitency between all the link formats --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 37ede785d..87b8c92d4 100644 --- a/README.rst +++ b/README.rst @@ -64,7 +64,7 @@ Resources - Tutorial 1 - Basic QA Pipeline: `Jupyter notebook `_ or `Colab `_ - Tutorial 2 - Fine-tuning a model on own data: `Jupyter notebook `_ or `Colab `_ -- Tutorial 3 - Basic QA Pipeline without Elasticsearch: `Jupyter notebook `_ or `Colab `_ +- Tutorial 3 - Basic QA Pipeline without Elasticsearch: `Jupyter notebook `_ or `Colab `_ - Tutorial 4 - FAQ-style QA: `Jupyter notebook `__ or `Colab `__ - Tutorial 5 - Evaluation of the whole QA-Pipeline: `Jupyter noteboook `_ or `Colab `_