docs: fix broken links in installation instructions - #1480
Merged
WhyNotHugo merged 1 commit intoAug 28, 2026
Conversation
- Arch Linux: the `[community]` repo was merged into `[extra]` in 2023, so the old package URL now 404s - Fedora: admin.fedoraproject.org/pkgdb was retired; point to the current packages.fedoraproject.org page instead - development install: the `git://` protocol was disabled on GitHub in 2022; use `https://` so the pip command works again
Member
|
Thanks, looks good! Changelog entry is not necessary for this. AUTHORS entry is at your choosing. |
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.
Three links in the installation guide are dead. All verified with curl (old URLs return 404, new ones return 200).
install.rstArch Linux link[community]repo was merged into[extra]in 2023; the old URL now 404sarchlinux.org/packages/extra/any/khal/install.rstFedora linkadmin.fedoraproject.org/pkgdbwas retired years agopackages.fedoraproject.org/pkgs/khal/khal/install.rstdev install commandgit://protocol in 2022, sopip install git+git://…failsgit+https://…Docs only, no behaviour change. Happy to add an
AUTHORS.txt/CHANGELOG.rstentry if you'd like one for this.