mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #926] [MERGED] docs: fix broken relative links in README for crates.io compatibility #1862
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1862
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/926
Author: @greqor
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @aome510
Base:
master← Head:fix/issue-735-broken-docs-links📝 Commits (1)
60be50fdocs: fix broken relative links in README for crates.io compatibility📊 Changes
1 file changed (+7 additions, -7 deletions)
View changed files
📝
README.md(+7 -7)📄 Description
Fixes #735
Relative links in
README.md(e.g., todocs/config.mdorexamples/README.md) resolve incorrectly when the crate is viewed on crates.io, leading to 404 errors. This PR replaces these relative links with absolute URLs pointing to themasterbranch on GitHub.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.