summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-19 18:48:07 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-29 12:23:07 +0300
commitbde874d31c8aa2db5123f11ac919742ba7b1d741 (patch)
tree718c4873ff780267871b5a7ee1ed2dd771e54685 /docs
parent4320a2cb4f0117ddd4d987e8f3d0a60e4e81da21 (diff)
downloadjsonschema-bde874d31c8aa2db5123f11ac919742ba7b1d741.tar.gz
Wouldn't be complete without refs which fail now only in ReadTheDocs. :/
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index 8eb9adf..ec34f71 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -104,7 +104,7 @@ How do I configure a base URI for $ref resolution using local files?
`jsonschema` supports loading schemas from the filesystem.
-The most common mistake when configuring a :class:`~jsonschema.RefResolver`
+The most common mistake when configuring a `jsonschema.validators.RefResolver`
to retrieve schemas from the local filesystem is to give it a base URI
which points to a directory, but forget to add a trailing slash.
@@ -212,8 +212,8 @@ be valid under the schema.)
See the above-linked document for more info on how this works,
but basically, it just extends the :kw:`properties` keyword on a
-`jsonschema.Draft202012Validator` to then go ahead and update all the
-defaults.
+`jsonschema.validators.Draft202012Validator` to then go ahead and update
+all the defaults.
.. note::