From 851484e54e4f4042499307971a77165b8a75f415 Mon Sep 17 00:00:00 2001 From: Jarzyna Date: Thu, 19 Sep 2019 16:55:52 +0200 Subject: [PATCH] Update rulesets --- ruleset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruleset.md b/ruleset.md index a9cd673..1a98bc2 100644 --- a/ruleset.md +++ b/ruleset.md @@ -20,4 +20,4 @@ - a successful and finished async api request returns `303` response code and sends the target resource location in the `Link` header - `URI` template ([RFC 6570](https://tools.ietf.org/html/rfc6570)) cannot contain a `-` character - `HTTP` headers MUST use `Hyphenated-Pascal-Case` notation -- `HTTP` headers SHOULD NOT include `X-` headers (https://tools.ietf.org/html/rfc6648). All non-standard headers are named without the `X-` prefix. \ No newline at end of file +- `HTTP` headers SHOULD NOT include [`X-` headers](2). All non-standard headers are named without the `X-` prefix.