We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465be94 commit d15f1c3Copy full SHA for d15f1c3
1 file changed
colrev/exceptions.py
@@ -93,7 +93,8 @@ def __init__(self) -> None:
93
"Instantiate the intended operation so the review manager can "
94
"run its precondition checks before accessing records.\n"
95
"More details: "
96
- "https://colrev-environment.github.io/colrev/dev_docs/colrev.exceptions.ReviewManagerNotNotifiedError.html"
+ "https://colrev-environment.github.io/colrev/"
97
+ "dev_docs/colrev.exceptions.ReviewManagerNotNotifiedError.html"
98
)
99
super().__init__(self.message)
100
0 commit comments