We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ce4e7 commit 13febcfCopy full SHA for 13febcf
1 file changed
colrev/exceptions.py
@@ -125,8 +125,8 @@ def __init__(self) -> None:
125
"Instantiate the intended operation so the review manager can "
126
"run its precondition checks before accessing records.\n"
127
"More details: "
128
- "https://colrev-environment.github.io/colrev/"
129
- "dev_docs/colrev.exceptions.ReviewManagerNotNotifiedError.html"
+ "https://colrev-environment.github.io/colrev/dev_docs/_autosummary/"
+ "colrev.exceptions.ReviewManagerNotNotifiedError.html"
130
)
131
super().__init__(self.message)
132
0 commit comments