From b951d7bbc5c1c39739a3eaeb89a49a37e3b0f18f Mon Sep 17 00:00:00 2001 From: Rolf Vreijdenberger Date: Fri, 17 Apr 2015 16:04:20 +0200 Subject: [PATCH] added link to ietf rfc 2119 --- raml-0.8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raml-0.8.md b/raml-0.8.md index ed70e3f2..b5f7303a 100644 --- a/raml-0.8.md +++ b/raml-0.8.md @@ -16,7 +16,7 @@ This specification describes RAML. RAML is a human-readable and machine process- Conventions ----------- -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 [RFC2119]. +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 [RFC2119](https://www.ietf.org/rfc/rfc2119.txt). Overview --------