fix doc links

This commit is contained in:
Pablo Hoffman 2015-03-19 17:42:48 -03:00
parent 67a85c77f2
commit c81eefaf81
2 changed files with 2 additions and 2 deletions

View File

@ -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 ..

View File

@ -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
=============================