Skip to content

Commit 13febcf

Browse files
author
Gerit Wagner
committed
ReviewManagerNotNotifiedError: fix link
1 parent 50ce4e7 commit 13febcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

colrev/exceptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ def __init__(self) -> None:
125125
"Instantiate the intended operation so the review manager can "
126126
"run its precondition checks before accessing records.\n"
127127
"More details: "
128-
"https://colrev-environment.github.io/colrev/"
129-
"dev_docs/colrev.exceptions.ReviewManagerNotNotifiedError.html"
128+
"https://colrev-environment.github.io/colrev/dev_docs/_autosummary/"
129+
"colrev.exceptions.ReviewManagerNotNotifiedError.html"
130130
)
131131
super().__init__(self.message)
132132

0 commit comments

Comments
 (0)