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.
1 parent 5677509 commit 6249eabCopy full SHA for 6249eab
src/main/java/com/github/fge/jsonpatch/JsonPatch.java
@@ -36,8 +36,8 @@
36
/**
37
* Implementation of JSON Patch
38
*
39
- * <p><a href="http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-10">JSON
40
- * Patch</a>, as its name implies, is an IETF draft describing a mechanism to
+ * <p><a href="https://tools.ietf.org/html/rfc6902">JSON
+ * Patch</a>, as its name implies, is an IETF RFC describing a mechanism to
41
* apply a patch to any JSON value. This implementation covers all operations
42
* according to the specification; however, there are some subtle differences
43
* with regards to some operations which are covered in these operations'
0 commit comments