From b1904729d52d75bcf732b7ddccd7364e6efaa577 Mon Sep 17 00:00:00 2001 From: Aditya Date: Fri, 27 Mar 2020 04:37:26 +0530 Subject: [PATCH] [docs] change mod to doc redirect link --- docs/topics/request-response.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/request-response.rst b/docs/topics/request-response.rst index 69a51a17c..573efc05f 100644 --- a/docs/topics/request-response.rst +++ b/docs/topics/request-response.rst @@ -174,7 +174,7 @@ Request objects See :ref:`topics-request-meta` for a list of special meta keys recognized by Scrapy. - This dict is :mod:`shallow copied ` when the request is + This dict is :doc:`shallow copied ` when the request is cloned using the ``copy()`` or ``replace()`` methods, and can also be accessed, in your spider, from the ``response.meta`` attribute. @@ -185,7 +185,7 @@ Request objects for new Requests, which means by default callbacks only get a :class:`Response` object as argument. - This dict is :mod:`shallow copied ` when the request is + This dict is :doc:`shallow copied ` when the request is cloned using the ``copy()`` or ``replace()`` methods, and can also be accessed, in your spider, from the ``response.cb_kwargs`` attribute.