diff --git a/mkdocs.yml b/mkdocs.yml index 2923f02..3070a08 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,8 +1,8 @@ site_name: nDev Documentation -site_url: https://ndev-kit.github.io/docs/ +site_url: https://ndev-kit.github.io/ site_description: Documentation for nDev ecosystem tools and packages -repo_name: ndev-kit/docs -repo_url: https://github.com/ndev-kit/docs +repo_name: ndev-kit/ndev-kit.github.io +repo_url: https://github.com/ndev-kit/ndev-kit.github.io copyright: Copyright © 2023-2025 Tim Monko & nDev Kit Contributors theme: diff --git a/pyproject.toml b/pyproject.toml index 1fe50f4..a77553a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ ] [project.urls] -"Bug Tracker" = "https://github.com/ndev-kit/docs/issues" -"Documentation" = "https://github.com/ndev-kit/docs#README.md" -"Source Code" = "https://github.com/ndev-kit/docs" -"User Support" = "https://github.com/ndev-kit/docs/issues" +"Bug Tracker" = "https://github.com/ndev-kit/ndev-kit.github.io/issues" +"Documentation" = "https://github.com/ndev-kit/ndev-kit.github.io#README.md" +"Source Code" = "https://github.com/ndev-kit/ndev-kit.github.io" +"User Support" = "https://github.com/ndev-kit/ndev-kit.github.io/issues"