0
0
mirror of https://github.com/semver/semver.git synced 2025-08-25 07:15:30 +00:00

Added link to IETF-hosted RFC 2119 spec.

Went with the hosted version of RFC 2119 that Wikipedia links to. It's not terribly pretty, but it works.
This commit is contained in:
Slipp Douglas 2012-04-12 14:25:09 -04:00
parent 3c7f2e8df7
commit 51847ed717

View File

@ -36,7 +36,7 @@ Semantic Versioning Specification (SemVer)
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
interpreted as described in RFC 2119.
interpreted as described in [RFC 2119](http://tools.ietf.org/html/rfc2119).
1. Software using Semantic Versioning MUST declare a public API. This API
could be declared in the code itself or exist strictly in documentation.