mirror of
https://github.com/semver/semver.git
synced 2026-07-11 03:53:53 -05:00
[GH-ISSUE #815] RFC 2119 link is broken #5651
Reference in New Issue
Block a user
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 @rayzchen on GitHub (Mar 19, 2022).
Original GitHub issue: https://github.com/semver/semver/issues/815
The RFC 2119 link at https://semver.org/spec/v2.0.0-rc.2.html#semantic-versioning-specification-semver links to http://tools.ietf.org/html/rfc2119 which gives:
@bfernand commented on GitHub (Mar 29, 2022):
The correct link is: https://www.ietf.org/rfc/rfc2119.txt
@dkg commented on GitHub (Mar 29, 2022):
I recommend using https://datatracker.ietf.org/doc/html/rfc2119 or BCP14 which also includes the disambiguation in RFC 8174, which is applicable to the semver document.
@RoystonS commented on GitHub (May 2, 2022):
The original http://tools.ietf.org/html/rfc2119 link which was reported as broken is now working, and automatically redirects to https://datatracker.ietf.org/doc/html/rfc2119.
@ralphie79 commented on GitHub (Jun 16, 2022):
The redirect works only for HTTPS, and not HTTP.
semver.md was already corrected with
6a1d691c2c