Skip to content

Commit 1ea5dfe

Browse files
committed
boom
1 parent 45bae34 commit 1ea5dfe

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

v3/gists/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1 id="gists-api">Gists API</h1>
3636

3737
<h2 id="authentication">Authentication</h2>
3838

39-
<p>You can read public gists and create them for anonymous users without a token; however, to read or write gists on a user’s behalf the <strong>gists</strong> [oAuth scope][1] is required.</p>
39+
<p>You can read public gists and create them for anonymous users without a token; however, to read or write gists on a user’s behalf the <strong>gists</strong> <a href="http://developer.github.com/v3/oauth/#scopes">oAuth scope</a> is required.</p>
4040

4141
<!-- When an oAuth client does not have the gists scope, the API will return a 404 "Not Found" response regardless of the validity of the credentials.
4242
@@ -484,8 +484,6 @@ <h3 id="response-7">Response</h3>
484484
<pre class="headers no-response"><code>Status: 204 No Content
485485
X-RateLimit-Limit: 5000
486486
X-RateLimit-Remaining: 4999</code></pre>
487-
488-
<p>[1] http://developer.github.com/v3/oauth/#scopes</p>
489487
</div>
490488

491489
<div id="js-sidebar" class="sidebar-shell">

v3/mime/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1 id="github-mime-types">GitHub Mime Types</h1>
6868

6969
<h2 id="comment-body-properties">Comment Body Properties</h2>
7070

71-
<p>The body of a comments can be written in <a href="http://github.github.com/github-flavored-markdown/">GitHub Flavored Markdown</a>.
71+
<p>The body of a comment can be written in <a href="http://github.github.com/github-flavored-markdown/">GitHub Flavored Markdown</a>.
7272
Issues, Issue Comments, Pull Request Comments, and Gist Comments all
7373
accept these same mime types:</p>
7474

v3/oauth/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h3 id="parameters">Parameters</h3>
6060
<dt>client_id</dt>
6161
<dd>
6262
<em>Required</em> <strong>string</strong> - The client ID you received from GitHub when
63-
you <a href="https://github.com/account/applications/new">registered</a>.</dd>
63+
you <a href="https://github.com/settings/applications/new">registered</a>.</dd>
6464
<dt>redirect_uri</dt>
6565
<dd>
6666
<em>Optional</em> <strong>string</strong> - URL in your app where user’s will be sent
@@ -84,15 +84,15 @@ <h3 id="parameters-1">Parameters</h3>
8484
<dt>client_id</dt>
8585
<dd>
8686
<em>Required</em> <strong>string</strong> - The client ID you received from GitHub when
87-
you <a href="https://github.com/account/applications/new">registered</a>.</dd>
87+
you <a href="https://github.com/settings/applications/new">registered</a>.</dd>
8888
<dt>redirect_uri</dt>
8989
<dd>
9090
<em>Optional</em> <strong>string</strong>
9191
</dd>
9292
<dt>client_secret</dt>
9393
<dd>
9494
<em>Required</em> <strong>string</strong> - The client secret you received from GitHub
95-
when you <a href="https://github.com/account/applications/new">registered</a>.</dd>
95+
when you <a href="https://github.com/settings/applications/new">registered</a>.</dd>
9696
<dt>code</dt>
9797
<dd>
9898
<em>Required</em> <strong>string</strong> - The code you received as a response to <a href="#redirect-users-to-request-github-access">Step 1</a>.</dd>
@@ -113,8 +113,8 @@ <h3 id="use-the-access-token-to-access-the-api">3. Use the access token to acces
113113

114114
<h2 id="non-web-application-flow">Non-Web Application Flow</h2>
115115

116-
<p>Use basic authentication to create an OAuth2 token using the <a href="/v3/oauth#creating-a-new-authorization">interface
117-
below</a>. With this tecnique, a username
116+
<p>Use basic authentication to create an OAuth2 token using the <a href="/v3/oauth#create-a-new-authorization">interface
117+
below</a>. With this technique, a username
118118
and password need not be stored permanently, and the user can revoke access at
119119
any time.</p>
120120

v3/pulls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ <h3 id="response-if-pull-request-has-not-been-merged">Response if pull request h
482482
X-RateLimit-Limit: 5000
483483
X-RateLimit-Remaining: 4999</code></pre>
484484

485-
<h2 id="merge-a-pull-request-merge-button">Merge a pull request (Merge Button™)</h2>
485+
<h2 id="merge-a-pull-request-merge-buttontrade">Merge a pull request (Merge Button™)</h2>
486486

487487
<pre><code>PUT /repos/:user/:repo/pulls/:number/merge
488488
</code></pre>

0 commit comments

Comments
 (0)