From 01fd9940d897d1d69fbd3b6c5ee6484dfbd9e344 Mon Sep 17 00:00:00 2001 From: brandenchan Date: Wed, 13 Jan 2021 15:29:25 +0100 Subject: [PATCH] Fix tutorial link --- docs/_src/usage/usage/retriever.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_src/usage/usage/retriever.md b/docs/_src/usage/usage/retriever.md index 972855ce3..63f688af7 100644 --- a/docs/_src/usage/usage/retriever.md +++ b/docs/_src/usage/usage/retriever.md @@ -144,7 +144,7 @@ There are two design decisions that have made DPR particularly performant. * Training with ‘In-batch negatives’ (gold labels are treated as negative examples for other samples in same batch) is highly efficient In Haystack, you can simply download the pretrained encoders needed to start using DPR. -If you’d like to learn how to set up a DPR based system, have a look at the [tutorial](docs/latest/tutorial6md)! +If you’d like to learn how to set up a DPR based system, have a look at the [tutorial](/docs/latest/tutorial6md)! ### Initialisation @@ -172,7 +172,7 @@ finder = Finder(reader, retriever)
-**Training DPR:** Haystack supports training of your own DPR model! Check out the [tutorial](docs/latest/tutorial9md) to see how this is done! +**Training DPR:** Haystack supports training of your own DPR model! Check out the [tutorial](/docs/latest/tutorial9md) to see how this is done!