Point the documentation links at immudb.io/docs/ - #2145
Merged
Conversation
Collaborator
SimoneLazzaris
approved these changes
Sep 2, 2026
vchaindz
force-pushed
the
docs-links-to-immudb-io
branch
from
September 2, 2026 17:27
4fca9d4 to
4155869
Compare
The immudb documentation moved from docs.immudb.io to immudb.io/docs/ when the docs site was rebuilt and immudb.io began serving from the same repository. The README's five references still point at the old host. One of them is broken outright rather than merely redirected: the "quickstart in our documentation" link uses `docs.immudb.io/master/immudb.html`, and the new site has clean URLs, so no `.html` form resolves. It now points at https://immudb.io/docs/immudb/, the same page it always meant. The other four are the docs badge (both its shields.io `url=` parameter and its link target) and two prose links, all now https://immudb.io/docs/. All targets verified to return 200. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DbcsZ768XGSy5px5Z1kqwc
vchaindz
force-pushed
the
docs-links-to-immudb-io
branch
from
September 2, 2026 20:09
4155869 to
fdcce3e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The immudb documentation moved from
docs.immudb.iotoimmudb.io/docs/whenthe docs site was rebuilt and
immudb.iobegan serving from thecodenotary/immudb.io repository. This
README still points at the old host in five places.
One of these is broken, not just stale
Line 481, the "quickstart in our documentation" link, uses
docs.immudb.io/master/immudb.html. The new site has clean URLs, so no.htmlform resolves — it 404s regardless of any host-level redirect. It now points at
https://immudb.io/docs/immudb/, the same page it always meant.The rest
url=parameter…url=https%3A%2F%2Fimmudb.io%2Fdocs%2Fhttps://immudb.io/docs/https://docs.immudb.io/https://immudb.io/docs/https://docs.immudb.io/https://immudb.io/docs/https://docs.immudb.io/master/immudb.htmlhttps://immudb.io/docs/immudb/Every target verified to return
200. One file changed, README only.Note the docs badge on line 14 is an uptime check — left pointing at
docs.immudb.ioit would report on a redirect rather than on the documentation.