mirror of https://github.com/scrapy/scrapy.git
Run linkfix over current docs
This commit is contained in:
parent
ff987fb5a5
commit
4fb818a250
|
|
@ -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 ..
|
||||
|
|
|
|||
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Reference in New Issue