Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 33df499

Browse files
authored
Fix links (#941)
1 parent e5dc9a7 commit 33df499

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/graphos/delivery/checks-reference.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The operation is unaffected by schema change(s).
6565
</td>
6666
<td>
6767

68-
A user has marked schema change(s) for this operation as [safe](#overriding-flagged-changes).
68+
A user has marked schema change(s) for this operation as [safe](./run-checks#overriding-flagged-changes).
6969

7070
</td>
7171
</tr>
@@ -78,7 +78,7 @@ A user has marked schema change(s) for this operation as [safe](#overriding-flag
7878
</td>
7979
<td>
8080

81-
A user has chosen to [ignore](#overriding-flagged-changes) schema change(s) for this operation.
81+
A user has chosen to [ignore](./run-checks#overriding-flagged-changes) schema change(s) for this operation.
8282

8383
</td>
8484
</tr>
@@ -150,7 +150,7 @@ These changes update the default value for an argument or input type. If an oper
150150

151151
<Note>
152152

153-
You can use [ignored conditions settings](#ignored-conditions-settings) to ignore default value changes. Default value removals can still be breaking changes.
153+
You can use [ignored conditions settings](./run-checks#ignored-conditions-settings) to ignore default value changes. Default value removals can still be breaking changes.
154154

155155
</Note>
156156

src/content/graphos/delivery/custom-checks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GraphOS Studio displays the issues you report along with other check result deta
2525
/>
2626

2727
Custom checks run alongside other [check types](./schema-checks#types-of-checks) as part of every schema check run.
28-
Like operations, linter, and other check types, custom checks only run [after a build check has successfully completed](schema-checks#build-checks-1).
28+
Like operations, linter, and other check types, custom checks only run [after a build check has successfully completed](./schema-checks#build-checks-1).
2929

3030
## Prerequisites
3131

0 commit comments

Comments
 (0)