Skip to content

Commit bde30cd

Browse files
committed
Use local paths
1 parent 3cbf059 commit bde30cd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The API is expected to be finalized Real Soon Now.
3333
#### Expected Changes
3434

3535
* All `*_url` attributes move to a `_links` object. See [Pull
36-
Requests](http://developer.github.com/v3/pulls/#get-a-single-pull-request) for an example.
36+
Requests](/v3/pulls/#get-a-single-pull-request) for an example.
3737
* The `/repos/:user/:repo/hooks/:id/test` action becomes
3838
`/repos/:user/:repo/hooks/:id/tests`.
3939
* The `/gists/:id/fork` action becomes `/gists/:id/forks`.

content/v3/events/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Event types | GitHub API
55
# Event Types
66

77
Each event has a similar JSON schema, but a unique `payload` object that is
8-
determined by its event type. [Repository hook](http://developer.github.com/v3/repos/hooks/) names relate to event types, and will have the exact same payload. The only exception to this is the `push` hook, which has a larger, more detailed payload.
8+
determined by its event type. [Repository hook](/v3/repos/hooks/) names relate to event types, and will have the exact same payload. The only exception to this is the `push` hook, which has a larger, more detailed payload.
99

1010
This describes just the payload of an event. A full event will also
1111
show the user that performed the event (actor), the repository, and the

content/v3/gists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ including the filename with a null hash.
161161

162162
<%= headers 204 %>
163163

164-
[1]: http://developer.github.com/v3/oauth/#scopes
164+
[1]: /v3/oauth/#scopes

content/v3/repos/contents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Repo Contents | GitHub API
55
# Repo Contents API
66

77
These API methods let you retrieve the contents of files within a repository as
8-
Base64 encoded content. See [Mime types](http://developer.github.com/v3/mime) for requesting raw or other formats.
8+
Base64 encoded content. See [Mime types](/v3/mime) for requesting raw or other formats.
99

1010
## Get the README
1111

0 commit comments

Comments
 (0)