Skip to content

Commit 5caecaa

Browse files
authored
Merge pull request #2228 from Sefaria/quick-url-fix
fix(errors): Update URL to match new devportal slug
2 parents f86d5d1 + b4e32d0 commit 5caecaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sefaria/system/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ def __init__(self, book_ref):
108108
f"'{book_ref}' is a \'complex\' book-level ref. We only support book-level "
109109
f"refs in cases of texts with a 'simple' structure. To learn more about the "
110110
f"structure of a text on Sefaria, "
111-
f"see: https://developers.sefaria.org/docs/the-schema-of-a-simple-text")
111+
f"see: https://developers.sefaria.org/docs/the-structure-of-a-simple-text")
112112
super().__init__(self.message)

0 commit comments

Comments
 (0)