mirror of
https://github.com/CaddyBuilds/caddy-cloudflare.git
synced 2026-04-26 12:35:55 +03:00
[GH-ISSUE #10] Link to release notes are broken #5
Labels
No labels
documentation
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/caddy-cloudflare#5
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?
Originally created by @AryehGielchinsky on GitHub (Dec 10, 2024).
Original GitHub issue: https://github.com/CaddyBuilds/caddy-cloudflare/issues/10
Looks like sometime between 2.7.6 and 2.8.0 the link to the release notes broke. It should include a
vbefore the version number.Current/Broken
https://github.com/caddyserver/caddy/releases/tag/2.8.4
Correct
https://github.com/caddyserver/caddy/releases/tag/v2.8.4
@vkartk commented on GitHub (Dec 16, 2024):
Hey, @AryehGielchinsky thanks for pointing this out! I’ve fixed the link in Commit fbfd1e9. Really appreciate you catching that! Let me know if you spot anything else. 😊