Skip to content

Commit 6249eab

Browse files
cstroeCapstan
authored andcommitted
Update documentation with link to RFC
1 parent 5677509 commit 6249eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/github/fge/jsonpatch/JsonPatch.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
/**
3737
* Implementation of JSON Patch
3838
*
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
39+
* <p><a href="https://tools.ietf.org/html/rfc6902">JSON
40+
* Patch</a>, as its name implies, is an IETF RFC describing a mechanism to
4141
* apply a patch to any JSON value. This implementation covers all operations
4242
* according to the specification; however, there are some subtle differences
4343
* with regards to some operations which are covered in these operations'

0 commit comments

Comments
 (0)