From 51847ed7171c935b00da2f6c20c4b33ebe25a1f3 Mon Sep 17 00:00:00 2001 From: Slipp Douglas Date: Thu, 12 Apr 2012 14:25:09 -0400 Subject: [PATCH] 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. --- semver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semver.md b/semver.md index 85ab721..1ef196b 100644 --- a/semver.md +++ b/semver.md @@ -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.