8000 Merge pull request #43 from darrelmiller/LinkHeader · evalcode/api-guidelines@c1af7ae · GitHub
[go: up one dir, main page]

Skip to content

Commit c1af7ae

Browse files
authored
Merge pull request microsoft#43 from darrelmiller/LinkHeader
Fixed link header syntax microsoft#23
2 parents ad35404 + 5a5f2ca commit c1af7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ OPTIONS allows a client to retrieve information about an object, at a minimum by
288288
In addition, services SHOULD include a Link header (see [RFC 5988][rfc-5988]) to point to documentation for the resource in question:
289289

290290
```http
291-
Link: {help}; rel="help"
291+
Link: <{help}>; rel="help"
292292
```
293293

294294
Where {help} is the URL to a documentation resource.

0 commit comments

Comments
 (0)
0