From 52cac0988c4a25eb6ade7d52cf39244afc4a7c59 Mon Sep 17 00:00:00 2001 From: Jonas Lagoni Date: Wed, 15 Nov 2023 18:28:34 -1000 Subject: [PATCH] docs: fix links in migration to v2 (#1610) --- docs/migrations/version-1-to-2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migrations/version-1-to-2.md b/docs/migrations/version-1-to-2.md index fba429ffd0..259ca0abaa 100644 --- a/docs/migrations/version-1-to-2.md +++ b/docs/migrations/version-1-to-2.md @@ -90,7 +90,7 @@ In v2, `required` properties are no longer applied, but the rest of the structur ## Constant values -(Constant values)[https://json-schema.org/understanding-json-schema/reference/generic.html#constant-values] are now supported. +[Constant values](https://json-schema.org/understanding-json-schema/reference/generic.html#constant-values) are now supported. ```yaml type: object @@ -103,7 +103,7 @@ The `country` property will not have a setter and will automatically be initiali ## Discriminator -(Discriminator)[https://www.asyncapi.com/docs/reference/specification/v2.6.0#schemaComposition] is now supported. +[Discriminator](https://www.asyncapi.com/docs/reference/specification/v2.6.0#schemaComposition) is now supported. ```yaml schemas: