We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f86d5d1 + b4e32d0 commit 5caecaaCopy full SHA for 5caecaa
sefaria/system/exceptions.py
@@ -108,5 +108,5 @@ def __init__(self, book_ref):
108
f"'{book_ref}' is a \'complex\' book-level ref. We only support book-level "
109
f"refs in cases of texts with a 'simple' structure. To learn more about the "
110
f"structure of a text on Sefaria, "
111
- f"see: https://developers.sefaria.org/docs/the-schema-of-a-simple-text")
+ f"see: https://developers.sefaria.org/docs/the-structure-of-a-simple-text")
112
super().__init__(self.message)
0 commit comments