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/repos/createWebhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Determines if notifications are sent when the webhook is triggered. Set to `true
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repos#create-a-repository-webhook).
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook).
2 changes: 1 addition & 1 deletion docs/repos/deleteWebhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ The unique identifier of the hook. You can find this value in the `X-GitHub-Hook
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repos#delete-a-repository-webhook).
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook).
2 changes: 1 addition & 1 deletion docs/repos/getCustomPropertiesValues.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type: API method
# Get all custom property values for a repository

Gets all custom property values that are set for a repository.
Users with admin access to the repository can use this endpoint.
Users with read access to the repository can use this endpoint.

```js
octokit.rest.repos.getCustomPropertiesValues({
Expand Down
2 changes: 1 addition & 1 deletion docs/repos/getWebhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ The unique identifier of the hook. You can find this value in the `X-GitHub-Hook
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repos#get-a-repository-webhook).
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook).
2 changes: 1 addition & 1 deletion docs/repos/getWebhookConfigForRepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ The unique identifier of the hook. You can find this value in the `X-GitHub-Hook
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repo-config#get-a-webhook-configuration-for-a-repository).
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository).
2 changes: 1 addition & 1 deletion docs/repos/getWebhookDelivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ The unique identifier of the hook. You can find this value in the `X-GitHub-Hook
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repo-deliveries#get-a-delivery-for-a-repository-webhook).
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook).
2 changes: 1 addition & 1 deletion docs/repos/listWebhookDeliveries.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Used for pagination: the starting delivery from which the page of deliveries is
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repo-deliveries#list-deliveries-for-a-repository-webhook).
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook).
2 changes: 1 addition & 1 deletion docs/repos/listWebhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Page number of the results to fetch.
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repos#list-repository-webhooks).
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#list-repository-webhooks).
2 changes: 1 addition & 1 deletion docs/repos/pingWebhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ The unique identifier of the hook. You can find this value in the `X-GitHub-Hook
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repos#ping-a-repository-webhook).
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook).
2 changes: 1 addition & 1 deletion docs/repos/redeliverWebhookDelivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ The unique identifier of the hook. You can find this value in the `X-GitHub-Hook
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repo-deliveries#redeliver-a-delivery-for-a-repository-webhook).
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook).
2 changes: 1 addition & 1 deletion docs/repos/testPushWebhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ The unique identifier of the hook. You can find this value in the `X-GitHub-Hook
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repos#test-the-push-repository-webhook).
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook).
2 changes: 1 addition & 1 deletion docs/repos/updateWebhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ Determines if notifications are sent when the webhook is triggered. Set to `true
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repos#update-a-repository-webhook).
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook).
2 changes: 1 addition & 1 deletion docs/repos/updateWebhookConfigForRepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ If provided, the `secret` will be used as the `key` to generate the HMAC hex dig
</tbody>
</table>

See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repo-config#update-a-webhook-configuration-for-a-repository).
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository).
Loading