| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,7 @@ The API is expected to be finalized Real Soon Now. | |||
| 33 | 33 | #### Expected Changes | |
| 34 | 34 | ||
| 35 | 35 | * 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. | ||
| 37 | 37 | * The `/repos/:user/:repo/hooks/:id/test` action becomes | |
| 38 | 38 | `/repos/:user/:repo/hooks/:id/tests`. | |
| 39 | 39 | * The `/gists/:id/fork` action becomes `/gists/:id/forks`. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ title: Event types | GitHub API | |||
| 5 | 5 | # Event Types | |
| 6 | 6 | ||
| 7 | 7 | 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. | ||
| 9 | 9 | ||
| 10 | 10 | This describes just the payload of an event. A full event will also | |
| 11 | 11 | show the user that performed the event (actor), the repository, and the | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -161,4 +161,4 @@ including the filename with a null hash. | |||
| 161 | 161 | ||
| 162 | 162 | <%= headers 204 %> | |
| 163 | 163 | ||
| 164 | - [1]: http://developer.github.com/v3/oauth/#scopes | ||
| 164 | + [1]: /v3/oauth/#scopes | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ title: Repo Contents | GitHub API | |||
| 5 | 5 | # Repo Contents API | |
| 6 | 6 | ||
| 7 | 7 | 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. | ||
| 9 | 9 | ||
| 10 | 10 | ## Get the README | |
| 11 | 11 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments