Skip to content

Commit

Permalink
docs: Broken link to Generator Github Actions(#3190)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaychaurasia2026 committed Oct 17, 2024
1 parent 7abb5fd commit 48d7e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/docs/tools/generator/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:/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:/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`.
Expand Down

0 comments on commit 48d7e68

Please sign in to comment.