From 551c47ae0d390395cb0dcfc6779fd03ea65f6bea Mon Sep 17 00:00:00 2001 From: tanmay kumar chaurasia <130184741+TanmayChaurasia24@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:52:26 +0530 Subject: [PATCH] docs: broken link to Generator Github Actions(#3190) (#3299) Co-authored-by: tanmay Co-authored-by: Akshat Nema <76521428+akshatnema@users.noreply.github.com> --- markdown/docs/tools/generator/installation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/docs/tools/generator/installation-guide.md b/markdown/docs/tools/generator/installation-guide.md index 302be049751..958d1c5a92d 100644 --- a/markdown/docs/tools/generator/installation-guide.md +++ b/markdown/docs/tools/generator/installation-guide.md @@ -73,7 +73,7 @@ To uninstall the generator, use the following command: npm uninstall @asyncapi/cli -g ``` -> :memo: **Note:** To use the generator in your CI/CD pipeline to automate whatever you generate for your event-driven architecture apps, install the AsyncAPI CLI in your pipeline. If you are using GitHub Actions, use [Github Actions for Generator](https://github.com/marketplace/actions/generator-for-asyncapi-documents). +> :memo: **Note:** To use the generator in your CI/CD pipeline to automate whatever you generate for your event-driven architecture apps, install the AsyncAPI CLI in your pipeline. If you are using GitHub Actions, use [Github Actions for Generator](https://github.com/marketplace/actions/generator-validator-converter-and-others-all-in-one-for-your-asyncapi-docs). ## Generator library in Node.js apps Use the generator library in your Node.js projects by installing it via the following command: `npm install @asyncapi/generator`.