Skip to content

Commit 26ef63c

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 45fe746 commit 26ef63c

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

content/changes/2012-10-24-set-default-branch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<pre class="terminal">
1515
curl -u pengwynn \
1616
-d '{"name": "octokit", "default_branch":"development"}' \
17-
https://api.github.com/repos/pengwynn/octokit
17+
https://api.github.com/repos/octokit/octokit.rb
1818
</pre>
1919

2020
If you provide a branch name that hasn't been pushed to GitHub, we'll gracefully fall back to `'master'` or the first branch.

content/guides/rendering-data-as-graphs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ arguments to `drawTreemap` above, to get all the information to show up properly
350350
[D3.js]: http://d3js.org/
351351
[basics-of-authentication]: ../basics-of-authentication/
352352
[sinatra auth github]: https://github.com/atmos/sinatra_auth_github
353-
[Octokit]: https://github.com/pengwynn/octokit
353+
[Octokit]: https://github.com/octokit/octokit.rb
354354
[D3 mortals]: http://www.recursion.org/d3-for-mere-mortals/
355355
[D3 treemap]: http://bl.ocks.org/mbostock/4063582
356356
[language API]: https://developer.github.com/v3/repos/#list-languages

content/v3/repos/contents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Name | Type | Description
261261
To follow redirects with curl, use the `-L` switch:
262262

263263
<pre class="terminal">
264-
curl -L https://api.github.com/repos/pengwynn/octokit/tarball > octokit.tar.gz
264+
curl -L https://api.github.com/repos/octokit/octokit.rb/tarball > octokit.tar.gz
265265

266266
% Total % Received % Xferd Average Speed Time Time Time Current
267267
Dload Upload Total Spent Left Speed

lib/resources.rb

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,14 +1667,14 @@ def fetch_content(key)
16671667
"path" => "README.md",
16681668
"content" => "encoded content ...",
16691669
"sha" => "3d21ec53a331a6f037a91c368710b99387d012c1",
1670-
"url" => "https://api.github.com/repos/pengwynn/octokit/contents/README.md",
1671-
"git_url" => "https://api.github.com/repos/pengwynn/octokit/git/blobs/3d21ec53a331a6f037a91c368710b99387d012c1",
1672-
"html_url" => "https://github.com/pengwynn/octokit/blob/master/README.md",
1673-
"download_url" => "https://raw.githubusercontent.com/pengwynn/octokit/master/README.md",
1670+
"url" => "https://api.github.com/repos/octokit/octokit.rb/contents/README.md",
1671+
"git_url" => "https://api.github.com/repos/octokit/octokit.rb/git/blobs/3d21ec53a331a6f037a91c368710b99387d012c1",
1672+
"html_url" => "https://github.com/octokit/octokit.rb/blob/master/README.md",
1673+
"download_url" => "https://raw.githubusercontent.com/octokit/octokit.rb/master/README.md",
16741674
"_links" => {
1675-
"git" => "https://api.github.com/repos/pengwynn/octokit/git/blobs/3d21ec53a331a6f037a91c368710b99387d012c1",
1676-
"self" => "https://api.github.com/repos/pengwynn/octokit/contents/README.md",
1677-
"html" => "https://github.com/pengwynn/octokit/blob/master/README.md"
1675+
"git" => "https://api.github.com/repos/octokit/octokit.rb/git/blobs/3d21ec53a331a6f037a91c368710b99387d012c1",
1676+
"self" => "https://api.github.com/repos/octokit/octokit.rb/contents/README.md",
1677+
"html" => "https://github.com/octokit/octokit.rb/blob/master/README.md"
16781678
},
16791679
}
16801680

@@ -1685,14 +1685,14 @@ def fetch_content(key)
16851685
"name" => "some-symlink",
16861686
"path" => "bin/some-symlink",
16871687
"sha" => "452a98979c88e093d682cab404a3ec82babebb48",
1688-
"url" => "https://api.github.com/repos/pengwynn/octokit/contents/bin/some-symlink",
1689-
"git_url" => "https://api.github.com/repos/pengwynn/octokit/git/blobs/452a98979c88e093d682cab404a3ec82babebb48",
1690-
"html_url" => "https://github.com/pengwynn/octokit/blob/master/bin/some-symlink",
1691-
"download_url" => "https://raw.githubusercontent.com/pengwynn/octokit/master/bin/some-symlink",
1688+
"url" => "https://api.github.com/repos/octokit/octokit.rb/contents/bin/some-symlink",
1689+
"git_url" => "https://api.github.com/repos/octokit/octokit.rb/git/blobs/452a98979c88e093d682cab404a3ec82babebb48",
1690+
"html_url" => "https://github.com/octokit/octokit.rb/blob/master/bin/some-symlink",
1691+
"download_url" => "https://raw.githubusercontent.com/octokit/octokit.rb/master/bin/some-symlink",
16921692
"_links" => {
1693-
"git" => "https://api.github.com/repos/pengwynn/octokit/git/blobs/452a98979c88e093d682cab404a3ec82babebb48",
1694-
"self" => "https://api.github.com/repos/pengwynn/octokit/contents/bin/some-symlink",
1695-
"html" => "https://github.com/pengwynn/octokit/blob/master/bin/some-symlink"
1693+
"git" => "https://api.github.com/repos/octokit/octokit.rb/git/blobs/452a98979c88e093d682cab404a3ec82babebb48",
1694+
"self" => "https://api.github.com/repos/octokit/octokit.rb/contents/bin/some-symlink",
1695+
"html" => "https://github.com/octokit/octokit.rb/blob/master/bin/some-symlink"
16961696
},
16971697
}
16981698

@@ -1721,14 +1721,14 @@ def fetch_content(key)
17211721
"name" => "octokit.rb",
17221722
"path" => "lib/octokit.rb",
17231723
"sha" => "fff6fe3a23bf1c8ea0692b4a883af99bee26fd3b",
1724-
"url" => "https://api.github.com/repos/pengwynn/octokit/contents/lib/octokit.rb",
1725-
"git_url" => "https://api.github.com/repos/pengwynn/octokit/git/blobs/fff6fe3a23bf1c8ea0692b4a883af99bee26fd3b",
1726-
"html_url" => "https://github.com/pengwynn/octokit/blob/master/lib/octokit.rb",
1727-
"download_url" => "https://raw.githubusercontent.com/pengwynn/octokit/master/lib/octokit.rb",
1724+
"url" => "https://api.github.com/repos/octokit/octokit.rb/contents/lib/octokit.rb",
1725+
"git_url" => "https://api.github.com/repos/octokit/octokit.rb/git/blobs/fff6fe3a23bf1c8ea0692b4a883af99bee26fd3b",
1726+
"html_url" => "https://github.com/octokit/octokit.rb/blob/master/lib/octokit.rb",
1727+
"download_url" => "https://raw.githubusercontent.com/octokit/octokit.rb/master/lib/octokit.rb",
17281728
"_links" => {
1729-
"self" => "https://api.github.com/repos/pengwynn/octokit/contents/lib/octokit.rb",
1730-
"git" => "https://api.github.com/repos/pengwynn/octokit/git/blobs/fff6fe3a23bf1c8ea0692b4a883af99bee26fd3b",
1731-
"html" => "https://github.com/pengwynn/octokit/blob/master/lib/octokit.rb",
1729+
"self" => "https://api.github.com/repos/octokit/octokit.rb/contents/lib/octokit.rb",
1730+
"git" => "https://api.github.com/repos/octokit/octokit.rb/git/blobs/fff6fe3a23bf1c8ea0692b4a883af99bee26fd3b",
1731+
"html" => "https://github.com/octokit/octokit.rb/blob/master/lib/octokit.rb",
17321732
},
17331733
},
17341734
{
@@ -1737,14 +1737,14 @@ def fetch_content(key)
17371737
"name" => "octokit",
17381738
"path" => "lib/octokit",
17391739
"sha" => "a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d",
1740-
"url" => "https://api.github.com/repos/pengwynn/octokit/contents/lib/octokit",
1741-
"git_url" => "https://api.github.com/repos/pengwynn/octokit/git/trees/a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d",
1742-
"html_url" => "https://github.com/pengwynn/octokit/tree/master/lib/octokit",
1740+
"url" => "https://api.github.com/repos/octokit/octokit.rb/contents/lib/octokit",
1741+
"git_url" => "https://api.github.com/repos/octokit/octokit.rb/git/trees/a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d",
1742+
"html_url" => "https://github.com/octokit/octokit.rb/tree/master/lib/octokit",
17431743
"download_url" => nil,
17441744
"_links" => {
1745-
"self" => "https://api.github.com/repos/pengwynn/octokit/contents/lib/octokit",
1746-
"git" => "https://api.github.com/repos/pengwynn/octokit/git/trees/a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d",
1747-
"html" => "https://github.com/pengwynn/octokit/tree/master/lib/octokit"
1745+
"self" => "https://api.github.com/repos/octokit/octokit.rb/contents/lib/octokit",
1746+
"git" => "https://api.github.com/repos/octokit/octokit.rb/git/trees/a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d",
1747+
"html" => "https://github.com/octokit/octokit.rb/tree/master/lib/octokit"
17481748
},
17491749
},
17501750
]
@@ -1902,8 +1902,8 @@ def fetch_content(key)
19021902
:repository => SIMPLE_REPO,
19031903
:subject => {
19041904
:title => "Greetings",
1905-
:url => "https://api.github.com/repos/pengwynn/octokit/issues/123",
1906-
:latest_comment_url => "https://api.github.com/repos/pengwynn/octokit/issues/comments/123",
1905+
:url => "https://api.github.com/repos/octokit/octokit.rb/issues/123",
1906+
:latest_comment_url => "https://api.github.com/repos/octokit/octokit.rb/issues/comments/123",
19071907
:type => "Issue"
19081908
},
19091909
:reason => 'subscribed',

0 commit comments

Comments
 (0)