From 6a55c97c5d0f5d3b921994897f2ff292b23f887f Mon Sep 17 00:00:00 2001 From: RayPlante Date: Tue, 27 Dec 2022 16:04:54 -0500 Subject: [PATCH] README: fix doc link to readthedocs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a7a8021..ab15886 100644 --- a/README.rst +++ b/README.rst @@ -123,5 +123,5 @@ Other examples can be found in the documentation_ or in the tests_. .. _`JSON Reference`: http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03 .. _`JSON Pointer`: http://tools.ietf.org/html/rfc6901 .. _`BSD license`: https://github.com/johnnoone/json-spec/blob/master/LICENSE -.. _documentation: http://py.errorist.io/json-spec/ +.. _documentation: https://json-spec.readthedocs.io/ .. _tests: https://github.com/johnnoone/json-spec/tree/master/tests