mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-03-10 08:51:19 +00:00
Fixed link in Json Pointers doc
Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
== Json Pointers
|
||||
|
||||
Vert.x provides an implementation of <a href="https://tools.ietf.org/html/rfc6901">Json Pointers from RFC6901</a>.
|
||||
Vert.x provides an implementation of https://tools.ietf.org/html/rfc6901[Json Pointers from RFC6901].
|
||||
You can use pointers both for querying and for writing. You can build your {@link io.vertx.core.json.pointer.JsonPointer} using
|
||||
a string, a URI or manually appending paths:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user