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::