Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/apps/createFromManifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ octokit.apps.createFromManifest({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/apps/#create-a-github-app-from-a-manifest).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/apps/#create-a-github-app-from-a-manifest).
2 changes: 1 addition & 1 deletion docs/apps/createInstallationAccessToken.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ The level of permission to grant the access token to manage team discussions and
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/apps/#create-an-installation-access-token-for-an-app).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/apps/#create-an-installation-access-token-for-an-app).
4 changes: 2 additions & 2 deletions docs/apps/deleteInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type: API method

# Delete an installation for the authenticated app

Uninstalls a GitHub App on a user, organization, or business account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/rest/reference/apps/#suspend-an-app-installation)" endpoint.
Uninstalls a GitHub App on a user, organization, or business account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/v3/apps/#suspend-an-app-installation)" endpoint.

You must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.

Expand Down Expand Up @@ -37,4 +37,4 @@ installation_id parameter
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/apps/#delete-an-installation-for-the-authenticated-app).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/apps/#delete-an-installation-for-the-authenticated-app).
2 changes: 1 addition & 1 deletion docs/apps/getAuthenticated.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ octokit.apps.getAuthenticated();

This endpoint has no parameters

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/apps/#get-the-authenticated-app).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/apps/#get-the-authenticated-app).
2 changes: 1 addition & 1 deletion docs/apps/getBySlug.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ octokit.apps.getBySlug({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/apps/#get-an-app).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/apps/#get-an-app).
2 changes: 1 addition & 1 deletion docs/apps/getInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ installation_id parameter
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/apps/#get-an-installation-for-the-authenticated-app).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/apps/#get-an-installation-for-the-authenticated-app).
2 changes: 1 addition & 1 deletion docs/apps/getOrgInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ octokit.apps.getOrgInstallation({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/apps/#get-an-organization-installation-for-the-authenticated-app).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/apps/#get-an-organization-installation-for-the-authenticated-app).
2 changes: 1 addition & 1 deletion docs/apps/getRepoInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ octokit.apps.getRepoInstallation({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/apps/#get-a-repository-installation-for-the-authenticated-app).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/apps/#get-a-repository-installation-for-the-authenticated-app).
2 changes: 1 addition & 1 deletion docs/apps/getUserInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ octokit.apps.getUserInstallation({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/apps/#get-a-user-installation-for-the-authenticated-app).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/apps/#get-a-user-installation-for-the-authenticated-app).
2 changes: 1 addition & 1 deletion docs/apps/getWebhookConfigForApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ octokit.apps.getWebhookConfigForApp();

This endpoint has no parameters

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/apps#get-a-webhook-configuration-for-an-app).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/apps#get-a-webhook-configuration-for-an-app).
2 changes: 1 addition & 1 deletion docs/apps/listInstallations.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Only show notifications updated after the given time. This is a timestamp in [IS
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/apps/#list-installations-for-the-authenticated-app).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/apps/#list-installations-for-the-authenticated-app).
2 changes: 1 addition & 1 deletion docs/apps/suspendInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ installation_id parameter
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/apps/#suspend-an-app-installation).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/apps/#suspend-an-app-installation).
2 changes: 1 addition & 1 deletion docs/apps/unsuspendInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ installation_id parameter
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/apps/#unsuspend-an-app-installation).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/apps/#unsuspend-an-app-installation).
2 changes: 1 addition & 1 deletion docs/apps/updateWebhookConfigForApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ Determines whether the SSL certificate of the host for `url` will be verified wh
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/apps#update-a-webhook-configuration-for-an-app).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/apps#update-a-webhook-configuration-for-an-app).
2 changes: 1 addition & 1 deletion docs/billing/getGithubActionsBillingOrg.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ octokit.billing.getGithubActionsBillingOrg({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/billing/#get-github-actions-billing-for-an-organization).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/billing/#get-github-actions-billing-for-an-organization).
2 changes: 1 addition & 1 deletion docs/billing/getGithubActionsBillingUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ octokit.billing.getGithubActionsBillingUser({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/billing/#get-github-actions-billing-for-a-user).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/billing/#get-github-actions-billing-for-a-user).
2 changes: 1 addition & 1 deletion docs/billing/getGithubPackagesBillingOrg.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ octokit.billing.getGithubPackagesBillingOrg({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/billing/#get-github-packages-billing-for-an-organization).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/billing/#get-github-packages-billing-for-an-organization).
2 changes: 1 addition & 1 deletion docs/billing/getGithubPackagesBillingUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ octokit.billing.getGithubPackagesBillingUser({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/billing/#get-github-packages-billing-for-a-user).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/billing/#get-github-packages-billing-for-a-user).
2 changes: 1 addition & 1 deletion docs/billing/getSharedStorageBillingOrg.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ octokit.billing.getSharedStorageBillingOrg({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/billing/#get-shared-storage-billing-for-an-organization).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/billing/#get-shared-storage-billing-for-an-organization).
2 changes: 1 addition & 1 deletion docs/billing/getSharedStorageBillingUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ octokit.billing.getSharedStorageBillingUser({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/billing/#get-shared-storage-billing-for-a-user).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/billing/#get-shared-storage-billing-for-a-user).
2 changes: 1 addition & 1 deletion docs/codesOfConduct/getAllCodesOfConduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ octokit.codesOfConduct.getAllCodesOfConduct();

This endpoint has no parameters

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/codes_of_conduct/#get-all-codes-of-conduct).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/codes_of_conduct/#get-all-codes-of-conduct).
2 changes: 1 addition & 1 deletion docs/codesOfConduct/getConductCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ octokit.codesOfConduct.getConductCode({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/codes_of_conduct/#get-a-code-of-conduct).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/codes_of_conduct/#get-a-code-of-conduct).
2 changes: 1 addition & 1 deletion docs/codesOfConduct/getForRepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ octokit.codesOfConduct.getForRepo({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/codes_of_conduct/#get-the-code-of-conduct-for-a-repository).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/codes_of_conduct/#get-the-code-of-conduct-for-a-repository).
2 changes: 1 addition & 1 deletion docs/emojis/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ octokit.emojis.get();

This endpoint has no parameters

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/emojis/#get-emojis).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/emojis/#get-emojis).
2 changes: 1 addition & 1 deletion docs/gists/checkIsStarred.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ gist_id parameter
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gists/#check-if-a-gist-is-starred).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gists/#check-if-a-gist-is-starred).
2 changes: 1 addition & 1 deletion docs/gists/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Content of the file
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gists/#create-a-gist).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gists/#create-a-gist).
2 changes: 1 addition & 1 deletion docs/gists/delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ gist_id parameter
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gists/#delete-a-gist).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gists/#delete-a-gist).
2 changes: 1 addition & 1 deletion docs/gists/fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ gist_id parameter
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gists/#fork-a-gist).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gists/#fork-a-gist).
2 changes: 1 addition & 1 deletion docs/gists/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ gist_id parameter
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gists/#get-a-gist).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gists/#get-a-gist).
2 changes: 1 addition & 1 deletion docs/gists/getRevision.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ gist_id parameter
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gists/#get-a-gist-revision).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gists/#get-a-gist-revision).
2 changes: 1 addition & 1 deletion docs/gists/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Page number of the results to fetch.
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gists/#list-gists-for-the-authenticated-user).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gists/#list-gists-for-the-authenticated-user).
2 changes: 1 addition & 1 deletion docs/gists/listCommits.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Page number of the results to fetch.
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gists/#list-gist-commits).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gists/#list-gist-commits).
2 changes: 1 addition & 1 deletion docs/gists/listForUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Page number of the results to fetch.
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gists/#list-gists-for-a-user).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gists/#list-gists-for-a-user).
2 changes: 1 addition & 1 deletion docs/gists/listForks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Page number of the results to fetch.
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gists/#list-gist-forks).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gists/#list-gist-forks).
2 changes: 1 addition & 1 deletion docs/gists/listPublic.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Page number of the results to fetch.
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gists/#list-public-gists).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gists/#list-public-gists).
2 changes: 1 addition & 1 deletion docs/gists/listStarred.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Page number of the results to fetch.
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gists/#list-starred-gists).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gists/#list-starred-gists).
2 changes: 1 addition & 1 deletion docs/gists/star.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ gist_id parameter
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gists/#star-a-gist).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gists/#star-a-gist).
2 changes: 1 addition & 1 deletion docs/gists/unstar.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ gist_id parameter
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gists/#unstar-a-gist).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gists/#unstar-a-gist).
2 changes: 1 addition & 1 deletion docs/gists/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ The new filename for the file
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gists/#update-a-gist).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gists/#update-a-gist).
2 changes: 1 addition & 1 deletion docs/gitignore/getAllTemplates.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ octokit.gitignore.getAllTemplates();

This endpoint has no parameters

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gitignore/#get-all-gitignore-templates).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gitignore/#get-all-gitignore-templates).
2 changes: 1 addition & 1 deletion docs/gitignore/getTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ octokit.gitignore.getTemplate({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/gitignore/#get-a-gitignore-template).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/gitignore/#get-a-gitignore-template).
2 changes: 1 addition & 1 deletion docs/issues/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ Logins for Users to assign to this issue. _NOTE: Only users with push access can
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/issues/#create-an-issue).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/issues/#create-an-issue).
2 changes: 1 addition & 1 deletion docs/issues/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ issue_number parameter
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/issues/#get-an-issue).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/issues/#get-an-issue).
2 changes: 1 addition & 1 deletion docs/issues/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ Page number of the results to fetch.
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/issues/#list-issues-assigned-to-the-authenticated-user).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/issues/#list-issues-assigned-to-the-authenticated-user).
2 changes: 1 addition & 1 deletion docs/issues/listForAuthenticatedUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ Page number of the results to fetch.
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/issues/#list-user-account-issues-assigned-to-the-authenticated-user).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/issues/#list-user-account-issues-assigned-to-the-authenticated-user).
2 changes: 1 addition & 1 deletion docs/issues/listForOrg.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ Page number of the results to fetch.
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/issues/#list-organization-issues-assigned-to-the-authenticated-user).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/issues/#list-organization-issues-assigned-to-the-authenticated-user).
2 changes: 1 addition & 1 deletion docs/issues/listForRepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ Page number of the results to fetch.
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/issues/#list-repository-issues).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/issues/#list-repository-issues).
2 changes: 1 addition & 1 deletion docs/issues/lock.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ The reason for locking the issue or pull request conversation. Lock will fail if
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/issues/#lock-an-issue).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/issues/#lock-an-issue).
2 changes: 1 addition & 1 deletion docs/issues/unlock.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ issue_number parameter
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/issues/#unlock-an-issue).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/issues/#unlock-an-issue).
2 changes: 1 addition & 1 deletion docs/issues/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ Logins for Users to assign to this issue. Pass one or more user logins to _repla
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/issues/#update-an-issue).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/issues/#update-an-issue).
2 changes: 1 addition & 1 deletion docs/licenses/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ octokit.licenses.get({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/licenses/#get-a-license).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/licenses/#get-a-license).
2 changes: 1 addition & 1 deletion docs/licenses/getAllCommonlyUsed.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Results per page (max 100).
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/licenses/#get-all-commonly-used-licenses).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/licenses/#get-all-commonly-used-licenses).
2 changes: 1 addition & 1 deletion docs/licenses/getForRepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ octokit.licenses.getForRepo({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/licenses/#get-the-license-for-a-repository).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/licenses/#get-the-license-for-a-repository).
2 changes: 1 addition & 1 deletion docs/markdown/render.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ The repository context to use when creating references in `gfm` mode.
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/markdown/#render-a-markdown-document).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/markdown/#render-a-markdown-document).
2 changes: 1 addition & 1 deletion docs/markdown/renderRaw.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ raw markdown text
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/markdown/#render-a-markdown-document-in-raw-mode).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/markdown/#render-a-markdown-document-in-raw-mode).
2 changes: 1 addition & 1 deletion docs/meta/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ octokit.meta.get();

This endpoint has no parameters

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/meta/#get-github-meta-information).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/meta/#get-github-meta-information).
2 changes: 1 addition & 1 deletion docs/orgs/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ octokit.orgs.get({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/orgs/#get-an-organization).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/orgs/#get-an-organization).
2 changes: 1 addition & 1 deletion docs/orgs/getWebhookConfigForOrg.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ octokit.orgs.getWebhookConfigForOrg({
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/orgs#get-a-webhook-configuration-for-an-organization).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/orgs#get-a-webhook-configuration-for-an-organization).
2 changes: 1 addition & 1 deletion docs/orgs/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ Results per page (max 100).
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/orgs/#list-organizations).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/orgs/#list-organizations).
2 changes: 1 addition & 1 deletion docs/orgs/listAppInstallations.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Page number of the results to fetch.
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/reference/orgs/#list-app-installations-for-an-organization).
See also: [GitHub Developer Guide documentation](https://docs.github.com/v3/orgs/#list-app-installations-for-an-organization).
Loading