We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97247da commit f5f0f1dCopy full SHA for f5f0f1d
1 file changed
content/v3.md
@@ -222,7 +222,7 @@ don't need to construct URLs on their own. It is highly recommended that API
222
clients use these. Doing so will make future upgrades of the API easier for
223
developers. All URLs are expected to be proper [RFC 6570][rfc] URI templates.
224
225
-You can then expand these templates using something like the [`uri_template`][uri]
+You can then expand these templates using something like the [uri_template][uri]
226
gem:
227
228
>> tmpl = URITemplate.new('/notifications{?since,all,participating}')
0 commit comments