Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"