Skip to content

Commit 8d3ae4b

Browse files
authored
use ndev-kit.github.io (#4)
1 parent e5b2a7b commit 8d3ae4b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
site_name: nDev Documentation
2-
site_url: https://ndev-kit.github.io/docs/
2+
site_url: https://ndev-kit.github.io/
33
site_description: Documentation for nDev ecosystem tools and packages
4-
repo_name: ndev-kit/docs
5-
repo_url: https://github.com/ndev-kit/docs
4+
repo_name: ndev-kit/ndev-kit.github.io
5+
repo_url: https://github.com/ndev-kit/ndev-kit.github.io
66
copyright: Copyright © 2023-2025 Tim Monko & nDev Kit Contributors
77

88
theme:

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dev = [
4444
]
4545

4646
[project.urls]
47-
"Bug Tracker" = "https://github.com/ndev-kit/docs/issues"
48-
"Documentation" = "https://github.com/ndev-kit/docs#README.md"
49-
"Source Code" = "https://github.com/ndev-kit/docs"
50-
"User Support" = "https://github.com/ndev-kit/docs/issues"
47+
"Bug Tracker" = "https://github.com/ndev-kit/ndev-kit.github.io/issues"
48+
"Documentation" = "https://github.com/ndev-kit/ndev-kit.github.io#README.md"
49+
"Source Code" = "https://github.com/ndev-kit/ndev-kit.github.io"
50+
"User Support" = "https://github.com/ndev-kit/ndev-kit.github.io/issues"

0 commit comments

Comments
 (0)