chore: redirect the legacy GitHub Pages URL to extenddb.org - #323
Open
yesyayen wants to merge 1 commit into
Open
chore: redirect the legacy GitHub Pages URL to extenddb.org#323yesyayen wants to merge 1 commit into
yesyayen wants to merge 1 commit into
Conversation
Signed-off-by: Anandh Somasundaram <yesyayen@gmail.com>
yesyayen
requested review from
LeeroyHannigan,
amrith,
c33howard,
jcshepherd,
pdf-amzn and
robinnsc
as code owners
August 28, 2026 18:18
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.
What
Adds a root
index.htmlthat redirects the legacy GitHub Pages URL (extenddb.github.io/extenddb) to https://extenddb.org/.Why
https://extenddb.org/ is the only authoritative source for ExtendDB documentation. The legacy Pages site is being deleted and archived; this redirect points any remaining visitors and bookmarks to extenddb.org in the interim. An admin can then disable Pages in the repo settings (Settings -> Pages -> Source: None).
Closes n/a
Testing done
Verified the page locally in a browser: it redirects immediately to https://extenddb.org/.
noindexkeeps the legacy URL out of search results.Checklist
cargo test --workspace) - no Rust changescargo fmt --check) - no Rust changescargo clippy -- -W clippy::pedantic) - no Rust changesADR / RFC: n/a
By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache License 2.0 and I agree to the Developer Certificate of
Origin (DCO). See CONTRIBUTING.md for details.