You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/rendering-data-as-graphs/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ <h1 id="rendering-data-as-graphs">Rendering Data as Graphs</h1>
63
63
<p>In this guide, we’re going to use the API to fetch information about repositories
64
64
that we own, and the programming languages that make them up. Then, we’ll
65
65
visualize that information in a couple of different ways using the <ahref="http://d3js.org/">D3.js</a> library. To
66
-
interact with the GitHub API, we’ll be using the excellent Ruby library, <ahref="https://github.com/pengwynn/octokit">Octokit</a>.</p>
66
+
interact with the GitHub API, we’ll be using the excellent Ruby library, <ahref="https://github.com/octokit/octokit.rb">Octokit</a>.</p>
67
67
68
68
<p>If you haven’t already, you should read the <ahref="../basics-of-authentication/">“Basics of Authentication”</a>
69
69
guide before starting this example. You can find the complete source code for this project in the <ahref="https://github.com/github/platform-samples/tree/master/api/ruby/rendering-data-as-graphs">platform-samples</a> repository.</p>
@@ -123,7 +123,7 @@ <h2 id="setting-up-an-oauth-application">Setting up an OAuth application</h2>
0 commit comments