From 4fb818a250ef48fd2e7708c569dfa6b4474a173e Mon Sep 17 00:00:00 2001 From: Julia Medina Date: Wed, 18 Mar 2015 20:04:14 -0300 Subject: [PATCH] Run linkfix over current docs --- docs/topics/downloader-middleware.rst | 2 +- docs/topics/loaders.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/downloader-middleware.rst b/docs/topics/downloader-middleware.rst index 5b38f048c..149eef59e 100644 --- a/docs/topics/downloader-middleware.rst +++ b/docs/topics/downloader-middleware.rst @@ -376,7 +376,7 @@ what is implemented: what is missing: -* `Pragma: no-cache` support http://www.mnot.net/cache_docs/#PRAGMA +* `Pragma: no-cache` support https://www.mnot.net/cache_docs/#PRAGMA * `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 .. diff --git a/docs/topics/loaders.rst b/docs/topics/loaders.rst index 9df8e117d..b2c8a018d 100644 --- a/docs/topics/loaders.rst +++ b/docs/topics/loaders.rst @@ -678,7 +678,7 @@ Here is a list of all built-in processors: .. class:: SelectJmes(json_path) Queries the value using the json path provided to the constructor and returns the output. - Requires jmespath (https://github.com/jmespath/jmespath) to run. + Requires jmespath (https://github.com/jmespath/jmespath.py) to run. This processor takes only one input at a time. Example::