From 13fe6ac2081e938d8c730666287e357f2e80e5c9 Mon Sep 17 00:00:00 2001 From: Dhaval Gojiya Date: Wed, 2 Jul 2025 19:05:53 +0530 Subject: [PATCH] [FIX] -- mkdocs repo links to correct GitHub organization. - 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 --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index ece8bed..6272d99 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,7 +4,7 @@ site_author: Daniel Moran site_description: >- Documentation for django-tasks-scheduler django library # Repository -repo_name: dsoftwareinc/django-tasks-scheduler +repo_name: django-commons/django-tasks-scheduler repo_url: https://github.com/django-commons/django-tasks-scheduler # Copyright @@ -38,7 +38,7 @@ markdown_extensions: - pymdownx.keys - pymdownx.magiclink: repo_url_shorthand: true - user: dsoftware-inc + user: django-commons repo: django-tasks-scheduler - pymdownx.mark - pymdownx.smartsymbols