mirror of https://github.com/scrapy/scrapy.git
fix doc links
This commit is contained in:
parent
67a85c77f2
commit
c81eefaf81
|
|
@ -376,7 +376,7 @@ what is implemented:
|
|||
|
||||
what is missing:
|
||||
|
||||
* `Pragma: no-cache` support https://www.mnot.net/cache_docs/#PRAGMA
|
||||
* `Pragma: no-cache` support http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.1
|
||||
* `Vary` header support http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13.6
|
||||
* Invalidation after updates or deletes http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13.10
|
||||
* ... probably others ..
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ convenience:
|
|||
| ``hpy`` | for memory debugging (see :ref:`topics-leaks`) |
|
||||
+----------------+-------------------------------------------------------------------+
|
||||
|
||||
.. _pprint.pprint: http://docs.python.org/library/pprint.html#pprint.pprint
|
||||
.. _pprint.pprint: https://docs.python.org/library/pprint.html#pprint.pprint
|
||||
|
||||
Telnet console usage examples
|
||||
=============================
|
||||
|
|
|
|||
Loading…
Reference in New Issue