Skip to content

Commit a757127

Browse files
author
Peter Williams
committed
remove superflous word from changes post
1 parent 6290dee commit a757127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/changes/2012-10-31-gist-comment-uris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ The URIs of all gist comments are changing immediately. The new URI pattern for
99

1010
Adding the id of the gist id to the URI makes it impossible, in practical terms, because that id is a very large random number. This is, unfortunately, a breaking change but one that cannot be avoided because of the security implications of the current URIs. We apologize for the inconvenience.
1111

12-
For your convenience we have also added a `comments_url` member to the Gist representations. The `comments_url` link provides access to the comments of a Gist in way that is resilient to changes in the URI patterns used by the GitHub API. We are increasing our use of links in order to make changes such as this one less damaging to clients. We strongly encourage using `url` and `*_url` properties, where possible, rather than constructing URIs based on the patterns publish in on this site. Doing so will result it clients that break less often.
12+
For your convenience we have also added a `comments_url` member to the Gist representations. The `comments_url` link provides access to the comments of a Gist in way that is resilient to changes in the URI patterns used by the GitHub API. We are increasing our use of links in order to make changes such as this one less damaging to clients. We strongly encourage using `url` and `*_url` properties, where possible, rather than constructing URIs based on the patterns publish on this site. Doing so will result it clients that break less often.

0 commit comments

Comments
 (0)