Skip to content

Commit 22df9d6

Browse files
committed
fix(docs): Fix reference in changelog.py (#383)
1 parent 4311f06 commit 22df9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/sphinx_ext/changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
if TYPE_CHECKING:
1313
from sphinx.application import Sphinx
1414

15-
_GH_BASE_URL = "https://github.com/litestar-org/litestar"
15+
_GH_BASE_URL = "https://github.com/litestar-org/advanced-alchemy"
1616

1717

1818
def _parse_gh_reference(raw: str, type_: Literal["issues", "pull"]) -> list[str]:

0 commit comments

Comments
 (0)