summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfr33domlover <fr33domlover@riseup.net>2019-12-04 17:53:08 +0200
committerfr33domlover <fr33domlover@riseup.net>2019-12-04 17:53:08 +0200
commit07b5f91b1da38e7fe9858b40824c0e575834c7a8 (patch)
tree85e1e9efe5f2e9e5120d46fa4b744d80031443e7
parent6b403c8cd1cd6e2d83c5b651d645872782b085d3 (diff)
Behavior spec: Link to RFC2119, about the MUST/MAY/etc. keywords
-rw-r--r--spec/behavior.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/behavior.md b/spec/behavior.md
index d907ed4..ab5f7ce 100644
--- a/spec/behavior.md
+++ b/spec/behavior.md
@@ -30,7 +30,7 @@ activities or modified due to activity side-effects.
# Conformance
The key words MAY, MUST, MUST NOT, SHOULD, and SHOULD NOT are to be interpreted
-as described in [RFC2119].
+as described in [RFC2119][].
# Objects
@@ -311,3 +311,5 @@ activity:
[target]: https://www.w3.org/TR/activitystreams-vocabulary/#dfn-target
[to]: https://www.w3.org/TR/activitystreams-vocabulary/#dfn-to
[type]: https://www.w3.org/TR/activitystreams-vocabulary/#dfn-type
+
+[RFC2119]: https://tools.ietf.org/html/rfc2119