Skip to content

Commit 3660f24

Browse files
authored
[FIX] -- mkdocs repo links to correct GitHub organization. (#289)
- Updated `repo_name` and `user` in `mkdocs.yml` from `dsoftware-inc` to `django-commons` - Ensures issue and PR links render correctly in the generated documentation - Fixes broken GitHub links in changelog and other pages
1 parent f391d70 commit 3660f24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ site_author: Daniel Moran
44
site_description: >-
55
Documentation for django-tasks-scheduler django library
66
# Repository
7-
repo_name: dsoftwareinc/django-tasks-scheduler
7+
repo_name: django-commons/django-tasks-scheduler
88
repo_url: https://github.com/django-commons/django-tasks-scheduler
99

1010
# Copyright
@@ -38,7 +38,7 @@ markdown_extensions:
3838
- pymdownx.keys
3939
- pymdownx.magiclink:
4040
repo_url_shorthand: true
41-
user: dsoftware-inc
41+
user: django-commons
4242
repo: django-tasks-scheduler
4343
- pymdownx.mark
4444
- pymdownx.smartsymbols

0 commit comments

Comments
 (0)