Run linkfix over current docs

This commit is contained in:
Julia Medina 2015-03-18 20:04:14 -03:00
parent ff987fb5a5
commit 4fb818a250
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 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 ..

View File

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