Skip to content

Commit 4363457

Browse files
authored
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."
1 parent 35902a8 commit 4363457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/developers/webhooks-and-events/issue-event-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Name | Type | Description
163163
`tree` | `object` | The Git tree of the commit.
164164
`message` | `string` | The commit message.
165165
`parents` | `array of objects` | A list of parent commits.
166-
`verfication` | `object` | The result of verifying the commit's signature. For more information, see "[Signature verification object](/rest/reference/git#signature-verification-object)."
166+
`verfication` | `object` | The result of verifying the commit's signature. For more information, see "[Signature verification object](/rest/reference/git#get-a-commit)."
167167
`event` | `string` | The event value is `"committed"`.
168168

169169
### connected

0 commit comments

Comments
 (0)