From 24d0e00f0ca094699ce691084008531c8bb4ed72 Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Thu, 26 Sep 2024 16:23:09 -0600 Subject: [PATCH] Fix links --- src/content/graphos/delivery/checks-reference.mdx | 6 +++--- src/content/graphos/delivery/custom-checks.mdx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/graphos/delivery/checks-reference.mdx b/src/content/graphos/delivery/checks-reference.mdx index bfa077b93..5b9e9c7f4 100644 --- a/src/content/graphos/delivery/checks-reference.mdx +++ b/src/content/graphos/delivery/checks-reference.mdx @@ -65,7 +65,7 @@ The operation is unaffected by schema change(s). -A user has marked schema change(s) for this operation as [safe](#overriding-flagged-changes). +A user has marked schema change(s) for this operation as [safe](./run-checks#overriding-flagged-changes). @@ -78,7 +78,7 @@ A user has marked schema change(s) for this operation as [safe](#overriding-flag -A user has chosen to [ignore](#overriding-flagged-changes) schema change(s) for this operation. +A user has chosen to [ignore](./run-checks#overriding-flagged-changes) schema change(s) for this operation. @@ -150,7 +150,7 @@ These changes update the default value for an argument or input type. If an oper -You can use [ignored conditions settings](#ignored-conditions-settings) to ignore default value changes. Default value removals can still be breaking changes. +You can use [ignored conditions settings](./run-checks#ignored-conditions-settings) to ignore default value changes. Default value removals can still be breaking changes. diff --git a/src/content/graphos/delivery/custom-checks.mdx b/src/content/graphos/delivery/custom-checks.mdx index c04cf4f5d..42b54116a 100644 --- a/src/content/graphos/delivery/custom-checks.mdx +++ b/src/content/graphos/delivery/custom-checks.mdx @@ -25,7 +25,7 @@ GraphOS Studio displays the issues you report along with other check result deta /> Custom checks run alongside other [check types](./schema-checks#types-of-checks) as part of every schema check run. -Like operations, linter, and other check types, custom checks only run [after a build check has successfully completed](schema-checks#build-checks-1). +Like operations, linter, and other check types, custom checks only run [after a build check has successfully completed](./schema-checks#build-checks-1). ## Prerequisites