From 7c8a4fed0b9bcf7c1c8cce7d2d8d157d055f2384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Pavlovi=C4=87?= Date: Fri, 10 Jul 2015 02:35:27 +0200 Subject: [PATCH] Fix reference. --- docs/intro/tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro/tutorial.rst b/docs/intro/tutorial.rst index 0d3c49750..73b4cd034 100644 --- a/docs/intro/tutorial.rst +++ b/docs/intro/tutorial.rst @@ -505,8 +505,8 @@ doesn't find one -- handy for crawling blogs, forums and other sites with pagination. Another common pattern is to build an item with data from more than one page, -using a `trick to pass additional data to the callbacks -`_. +using a :ref:`trick to pass additional data to the callbacks +`. .. note::