Skip to content

Commit 1f85d32

Browse files
committed
Provide alt text to the images
1 parent c04dd97 commit 1f85d32

13 files changed

Lines changed: 20 additions & 20 deletions

content/changes/2012-10-17-org-members-redirection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author_name: pezra
77

88
Requesting the [member list](/v3/orgs/members/index.html#members-list) of an
99
organization of which you are not a member now redirects to the [public members
10-
list](v3/orgs/members/index.html#public-members-list). Similarly, requests to
10+
list](/v3/orgs/members/index.html#public-members-list). Similarly, requests to
1111
[membership check](/v3/orgs/members/index.html#check-membership) resources of
1212
an organization of which you are not a member are redirected to the equivalent
1313
[public membership check](/v3/orgs/members/index.html#check-public-membership).

content/changes/2012-12-09-organization-repositories-results-now-paginate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author_name: rick
66
---
77

8-
![](https://github-images.s3.amazonaws.com/skitch/seger-turn-the-page-20121209-154956.png)
8+
![seger-is-so-dreamy](https://github-images.s3.amazonaws.com/skitch/seger-turn-the-page-20121209-154956.png)
99

1010
Improvements continue to the Organizations Repository listing endpoint.
1111
Today we're improving pagination so that it works as documented. Now

content/changes/2013-05-06-repository-stats.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ but we can't wait to see what others can do with this information.
1111

1212
Starting today, these resources are available to you:
1313

14-
* **[Contributors](/v3/repos/statistics/#get-contributors-list-with-additions-deletions-and-commit-counts)**
15-
* **[Commit Activity](/v3/repos/statistics/#get-the-last-year-of-commit-activity-data)**
16-
* **[Code Frequency](/v3/repos/statistics/#get-the-number-of-additions-and-deletions-per-week)**
17-
* **[Participation](/v3/repos/statistics/#get-the-weekly-commit-count-for-the-repo-owner-and-everyone-else)**
18-
* **[Punch Card](/v3/repos/statistics/#get-the-number-of-commits-per-hour-in-each-day)**
14+
* **[Contributors](/v3/repos/statistics/#contributors)**
15+
* **[Commit Activity](/v3/repos/statistics/#commit-activity)**
16+
* **[Code Frequency](/v3/repos/statistics/#code-frequency)**
17+
* **[Participation](/v3/repos/statistics/#participation)**
18+
* **[Punch Card](/v3/repos/statistics/#punch-card)**
1919

2020
Enjoy!

content/guides/basics-of-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ requesting `user:email` scope for reading private email addresses.
7878

7979
Navigate your browser to `http://localhost:4567`. After clicking on the link, you
8080
should be taken to GitHub, and presented with a dialog that looks something like this:
81-
![](/images/oauth_prompt.png)
81+
![GitHub's OAuth Prompt](/images/oauth_prompt.png)
8282

8383
If you trust yourself, click **Authorize App**. Wuh-oh! Sinatra spits out a
8484
`404` error. What gives?!

content/guides/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,13 @@ indicating the name of the app, as well as the level of access the app
184184
has once it's authorized by the user. After a user authorizes access, GitHub
185185
redirects the user back to the application:
186186

187-
![](/images/oauth_prompt.png)
187+
![GitHub's OAuth Prompt](/images/oauth_prompt.png)
188188

189189
However, you don't need to set up the entire web flow to begin working with OAuth tokens.
190190
An easier way to get a token is to [create a **Personal token**][personal token] via your
191191
[Application settings page][application settings]:
192192

193-
![](/images/personal_token.png)
193+
![Personal Token selection](/images/personal_token.png)
194194

195195
Also, the [**Authorizations API**][authorizations api] makes it simple to use Basic Authentication
196196
to create an OAuth token. Try pasting and running the following command:
@@ -541,7 +541,7 @@ Keep learning with the next API guide [Basics of Authentication][auth guide]!
541541
[pagination]: /v3/#pagination
542542
[get repo]: /v3/repos/#get
543543
[create repo]: /v3/repos/#create
544-
[create issue]: /v3/issues/#create
544+
[create issue]: /v3/issues/#create-an-issue
545545
[auth guide]: /guides/basics-of-authentication
546546
[user repos api]: /v3/repos/#list-your-repositories
547547
[other user repos api]: /v3/repos/#list-user-repositories

content/guides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ stored and documented in our public
1515

1616
Feel free to fork, clone, and improve these guides.
1717

18-
![](/images/professorcat.png)
18+
![The Professorcat](/images/professorcat.png)

content/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: overview
88
GitHub in your app</h1>
99
<p class="intro">Get started with one of our guides, or jump straight into the API documentation.</p>
1010
<a href="/v3/" class="button">Browse the documentation</a>
11-
<img src="/shared/images/labtocat.png" class="labtocat" />
11+
<img src="/shared/images/labtocat.png" class="labtocat" alt="The Labtocat" />
1212
</div>
1313

1414
<div class="full-width-divider">
@@ -28,6 +28,6 @@ GitHub in your app</h1>
2828
<h2><a href="http://github.com/contact">Support</a></h2>
2929
<p>Are you stuck? Already tried our <a href="/v3/troubleshooting/">troubleshooting guide</a>? Talk to a supportocat.</p>
3030
</li>
31-
31+
3232
</ul>
3333
</div>

content/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ many flavors</h1>
1212
<li><span>Obj-C</span><a href="https://github.com/octokit/octokit.objc">octokit.objc</a></li>
1313
<li><span>.NET</span><a href="https://github.com/octokit/octokit.net">octokit.net</a></li>
1414
</ul>
15-
<img src="/shared/images/gundamcat.png" class="gundamcat" />
15+
<img src="/shared/images/gundamcat.png" class="gundamcat" alt="The Gundamcat" />
1616
</div>
1717

1818
# Third-party libraries

content/v3/rate_limit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Search API has a [custom rate limit](/v3/search/#rate-limit), separate from
3737
the rate limit governing the rest of the API. For that reason, the response
3838
(shown above) categorizes your rate limit by resource. Within the `"resources"`
3939
hash, the `"search"` hash provides your rate limit status for the
40-
[Search API](v3/search). The `"core"` hash provides your rate limit status for
40+
[Search API](/v3/search). The `"core"` hash provides your rate limit status for
4141
all the _rest_ of the API.
4242

4343
#### Deprecation Notice

content/v3/repos/statistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ which is usually master; pushing to the default branch resets the statistics cac
4141
* `c` - Number of commits
4242

4343

44-
## Get the last year of commit activity data
44+
## Get the last year of commit activity data {#commit-activity}
4545

4646
Returns the last year of commit activity grouped by week. The `days` array
4747
is a group of commits per day, starting on `Sunday`.

0 commit comments

Comments
 (0)