From fe3118a8a6a20043f2a6db8cf321fcaf844d2824 Mon Sep 17 00:00:00 2001 From: Nauman Ali Date: Fri, 7 Mar 2025 15:35:45 +0500 Subject: [PATCH] chore(repo): fix async api link --- docs/getting-started/5-asyncapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/5-asyncapi.md b/docs/getting-started/5-asyncapi.md index d22605c7e..ee6134a96 100644 --- a/docs/getting-started/5-asyncapi.md +++ b/docs/getting-started/5-asyncapi.md @@ -1,6 +1,6 @@ # AsyncAPI Support -Spectral has a built-in AsyncAPI [v2](https://www.asyncapi.com/docs/specifications/v2.0.0) and [v3](https://www.asyncapi.com/docs/reference/specification/v3.0.0) ruleset that you can use to validate your AsyncAPI files. +Spectral has a built-in AsyncAPI [v2](https://v2.asyncapi.com/docs/reference/specification/v2.6.0) and [v3](https://www.asyncapi.com/docs/reference/specification/v3.0.0) ruleset that you can use to validate your AsyncAPI files. Add `extends: "spectral:asyncapi"` to your ruleset file to apply rules for AsyncAPI v2.