mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
fix: conditional breaking changes link to docs (#8034)
This commit is contained in:
parent
c98625c47b
commit
67ee116a20
1 changed files with 2 additions and 2 deletions
|
|
@ -304,7 +304,7 @@ function ConditionalBreakingChangesMetadataSection(props: {
|
|||
Get more out of schema checks by enabling conditional breaking changes based on usage data.
|
||||
<br />
|
||||
<DocsLink
|
||||
href="/management/targets#conditional-breaking-changes"
|
||||
href="/schema-registry/management/targets#conditional-breaking-changes"
|
||||
className="text-neutral-10 hover:text-neutral-11"
|
||||
>
|
||||
Learn more about conditional breaking changes.
|
||||
|
|
@ -387,7 +387,7 @@ function ConditionalBreakingChangesMetadataSection(props: {
|
|||
).
|
||||
<br />
|
||||
<DocsLink
|
||||
href="/management/targets#conditional-breaking-changes"
|
||||
href="/schema-registry/management/targets#conditional-breaking-changes"
|
||||
className="text-neutral-10 hover:text-neutral-11"
|
||||
>
|
||||
Learn more about conditional breaking changes.
|
||||
|
|
|
|||
Loading…
Reference in a new issue