Skip to content

Commit 06d82f6

Browse files
committed
Switch links over to jmespath.org
Now that we have jmespath.org, the readthedocs links will just contain docs specific to the python library. There'a also a deprecation notice over at http://jmespath.readthedocs.org/en/latest/specification.html and I will eventually remove the spec on readthedocs entirely. Also, the python jmespath implementation was moved over to the jmespath org and renamed to jmespath.py so I've updated that link as well.
1 parent 36d98ff commit 06d82f6

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)