flipkart-incubator / zjsonpatch

This is an implementation of RFC 6902 JSON Patch written in Java
Apache License 2.0
523 stars 148 forks source link

Link in title is a dead link. #137

Closed quarterpastsix closed 2 years ago

quarterpastsix commented 2 years ago

Expected Behavior

link works

Actual Behavior

link dont works

Steps to Reproduce the Problem

click on link http://tools.ietf.org/html/rfc6902 This is an implementation of ->RFC 6902 JSON Patch<- written in Java.

Specifications

yes

Library Version:
Language (e.g. Java 1.8, Scala, etc):

holograph commented 2 years ago

Strangely enough the behavior depends on your user agent; with Chrome it actually redirects to https://datatracker.ietf.org/doc/html/rfc6902. Either way, the documentation should be updated to reflect that

vishwakarma commented 2 years ago

Updated the dead links. Thanks @quarterpastsix for pointing out.