Remove hardcoded links from GHEC docs to FPT GraphQL docs (#28973)
This commit is contained in:
@@ -131,7 +131,7 @@ Name | Type | Description
|
||||
`html_url` | `string` | The HTML URL of the issue comment.
|
||||
`issue_url` | `string` | The HTML URL of the issue.
|
||||
`id` | `integer` | The unique identifier of the event.
|
||||
`node_id` | `string` | The [Global Node ID]({% ifversion ghec %}/free-pro-team@latest{% endif %}/graphql/guides/using-global-node-ids) of the event.
|
||||
`node_id` | `string` | The [Global Node ID](/graphql/guides/using-global-node-ids) of the event.
|
||||
`user` | `object` | The person who commented on the issue.
|
||||
`created_at` | `string` | The timestamp indicating when the comment was added.
|
||||
`updated_at` | `string` | The timestamp indicating when the comment was updated or created, if the comment is never updated.
|
||||
@@ -157,7 +157,7 @@ A commit was added to the pull request's `HEAD` branch.
|
||||
Name | Type | Description
|
||||
-----|------|--------------
|
||||
`sha` | `string` | The SHA of the commit in the pull request.
|
||||
`node_id` | `string` | The [Global Node ID]({% ifversion ghec %}/free-pro-team@latest{% endif %}/graphql/guides/using-global-node-ids) of the event.
|
||||
`node_id` | `string` | The [Global Node ID](/graphql/guides/using-global-node-ids) of the event.
|
||||
`url` | `string` | The REST API URL to retrieve the commit.
|
||||
`html_url` | `string` | The HTML URL of the commit.
|
||||
`author` | `object` | The person who authored the commit.
|
||||
@@ -594,7 +594,7 @@ The pull request was reviewed.
|
||||
Name | Type | Description
|
||||
-----|------|--------------
|
||||
`id` | `integer` | The unique identifier of the event.
|
||||
`node_id` | `string` | The [Global Node ID]({% ifversion ghec %}/free-pro-team@latest{% endif %}/graphql/guides/using-global-node-ids) of the event.
|
||||
`node_id` | `string` | The [Global Node ID](/graphql/guides/using-global-node-ids) of the event.
|
||||
`user` | `object` | The person who commented on the issue.
|
||||
`body` | `string` | The review summary text.
|
||||
`commit_id` | `string` | The SHA of the latest commit in the pull request at the time of the review.
|
||||
|
||||
Reference in New Issue
Block a user