We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36d98ff + 06d82f6 commit 7955602Copy full SHA for 7955602
README.rst
@@ -25,9 +25,9 @@ using the ``mtdowling/jmespath.php`` package.
25
JmesPath\search($expression, $data);
26
// Returns: [1, 2, 3]
27
28
-- `JMESPath documentation <http://jmespath.readthedocs.org/en/latest/>`_
29
-- `JMESPath Grammar <http://jmespath.readthedocs.org/en/latest/specification.html#grammar>`_
30
-- `JMESPath Python library <https://github.com/boto/jmespath>`_
+- `JMESPath Tutorial <http://jmespath.org/tutorial.html>`_
+- `JMESPath Grammar <http://jmespath.org/specification.html#grammar>`_
+- `JMESPath Python library <https://github.com/jmespath/jmespath.py>`_
31
32
PHP Usage
33
=========
0 commit comments