Skip to content

Commit f5f0f1d

Browse files
committed
Don't hide link with code formatting
1 parent 97247da commit f5f0f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ don't need to construct URLs on their own. It is highly recommended that API
222222
clients use these. Doing so will make future upgrades of the API easier for
223223
developers. All URLs are expected to be proper [RFC 6570][rfc] URI templates.
224224

225-
You can then expand these templates using something like the [`uri_template`][uri]
225+
You can then expand these templates using something like the [uri_template][uri]
226226
gem:
227227

228228
>> tmpl = URITemplate.new('/notifications{?since,all,participating}')

0 commit comments

Comments
 (0)