Skip to content

Commit 7955602

Browse files
committed
Merge pull request #19 from jamesls/readme-links
Switch links over to jmespath.org
2 parents 36d98ff + 06d82f6 commit 7955602

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ using the ``mtdowling/jmespath.php`` package.
2525
JmesPath\search($expression, $data);
2626
// Returns: [1, 2, 3]
2727
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>`_
28+
- `JMESPath Tutorial <http://jmespath.org/tutorial.html>`_
29+
- `JMESPath Grammar <http://jmespath.org/specification.html#grammar>`_
30+
- `JMESPath Python library <https://github.com/jmespath/jmespath.py>`_
3131

3232
PHP Usage
3333
=========

0 commit comments

Comments
 (0)