Skip to content

Fix stale documentation URLs - #8

Open
stephdl wants to merge 1 commit into
mainfrom
fix-doc-urls
Open

Fix stale documentation URLs#8
stephdl wants to merge 1 commit into
mainfrom
fix-doc-urls

Conversation

@stephdl

@stephdl stephdl commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Description

Five skills point at documentation URLs that no longer resolve correctly.

nethserver-admin links the admin manual as
https://docs.nethserver.org/projects/ns8/en/latest/, which returns 404.

nethserver-containerfile, nethserver-issue, nethserver-pr and
nethserver-release link the development handbook under
https://nethserver.github.io/dev/..., which only 301 redirects to
handbook.nethserver.org, and to the http:// scheme at that.

This points every link at the live URL directly.

Skill Before After
nethserver-admin docs.nethserver.org/projects/ns8/en/latest/ docs.nethserver.org/docs/administrator-manual
nethserver-containerfile nethserver.github.io/dev/best_practices/ handbook.nethserver.org/best_practices/
nethserver-issue nethserver.github.io/dev/issues/ handbook.nethserver.org/issues/
nethserver-pr nethserver.github.io/dev/pull_requests/ handbook.nethserver.org/pull_requests/
nethserver-release nethserver.github.io/dev/version_numbering/ handbook.nethserver.org/version_numbering/

The admin manual path returned 404 and every handbook link only redirected
to handbook.nethserver.org. Point at the live URLs directly.

Checked with curl: all five replacements return 200, and the
creating-secure-containers anchor still exists on the handbook page.
@stephdl
stephdl requested a review from gsanchietti August 25, 2026 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant