From 42827945260ee93137ea0b2e486ab11ddb1ba63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Wed, 3 Apr 2013 15:41:46 +0200 Subject: mention RFC 6901 --- README.md | 2 +- jsonpointer.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ee0cd42..74c7fb2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Resolve JSON Pointers in Python ------------------------------- Library to resolve JSON Pointers according to -http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-08 +[RFC 6901](http://tools.ietf.org/html/rfc6901) See Sourcecode for Examples * Website: https://github.com/stefankoegl/python-json-pointer diff --git a/jsonpointer.py b/jsonpointer.py index 05b33c1..c947693 100644 --- a/jsonpointer.py +++ b/jsonpointer.py @@ -30,9 +30,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -""" Identify specific nodes in a JSON document (according to draft 08) """ - -# http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-08 +""" Identify specific nodes in a JSON document (RFC 6901) """ # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl ' -- cgit v1.2.1