From 1b00ef672a7b3ddd50db68e20426e06a00cf8834 Mon Sep 17 00:00:00 2001 From: David Staheli <1767415+davidstaheli@users.noreply.github.com> Date: Fri, 12 Feb 2021 13:07:30 -0500 Subject: [PATCH] Fix link to "Signature verification object" The current link to "Signature verification object" uses a # anchor that doesn't exist any more. This PR updates the link to point to the primary section that discusses "Signature verification object." --- content/developers/webhooks-and-events/issue-event-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developers/webhooks-and-events/issue-event-types.md b/content/developers/webhooks-and-events/issue-event-types.md index 3341f6ce6a5c..9da44234bd73 100644 --- a/content/developers/webhooks-and-events/issue-event-types.md +++ b/content/developers/webhooks-and-events/issue-event-types.md @@ -163,7 +163,7 @@ Name | Type | Description `tree` | `object` | The Git tree of the commit. `message` | `string` | The commit message. `parents` | `array of objects` | A list of parent commits. -`verfication` | `object` | The result of verifying the commit's signature. For more information, see "[Signature verification object](/rest/reference/git#signature-verification-object)." +`verfication` | `object` | The result of verifying the commit's signature. For more information, see "[Signature verification object](/rest/reference/git#get-a-commit)." `event` | `string` | The event value is `"committed"`. ### connected