summaryrefslogtreecommitdiff
path: root/vendor/github.com/xeipuuv
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/xeipuuv')
-rw-r--r--vendor/github.com/xeipuuv/gojsonpointer/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/xeipuuv/gojsonpointer/README.md b/vendor/github.com/xeipuuv/gojsonpointer/README.md
index 00059242c..a4f5f1458 100644
--- a/vendor/github.com/xeipuuv/gojsonpointer/README.md
+++ b/vendor/github.com/xeipuuv/gojsonpointer/README.md
@@ -35,7 +35,7 @@ An implementation of JSON Pointer - Go language
## References
-http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07
+https://tools.ietf.org/html/rfc6901
### Note
The 4.Evaluation part of the previous reference, starting with 'If the currently referenced value is a JSON array, the reference token MUST contain either...' is not implemented.