From 02c65cbcf00b5e4f4e14f5315cc1f76e93e5c451 Mon Sep 17 00:00:00 2001 From: hkv24 Date: Wed, 11 Sep 2024 19:31:39 +0530 Subject: [PATCH] fix: broken link to generator github actions (Fixes #3190) --- .github/workflows/scripts/mailchimp/package-lock.json | 2 +- markdown/blog/asyncapi-github-actions.md | 4 ++-- markdown/blog/status-update-47-20.md | 2 +- markdown/docs/tools/generator/installation-guide.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/scripts/mailchimp/package-lock.json b/.github/workflows/scripts/mailchimp/package-lock.json index 7ee7d84f86f..cc41a360da7 100644 --- a/.github/workflows/scripts/mailchimp/package-lock.json +++ b/.github/workflows/scripts/mailchimp/package-lock.json @@ -594,4 +594,4 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" } } -} \ No newline at end of file +} diff --git a/markdown/blog/asyncapi-github-actions.md b/markdown/blog/asyncapi-github-actions.md index 54d0c365508..1af6c08c183 100644 --- a/markdown/blog/asyncapi-github-actions.md +++ b/markdown/blog/asyncapi-github-actions.md @@ -16,7 +16,7 @@ excerpt: AsyncAPI community got rich with two GitHub Actions that you can use fo --- > tl;dr -> AsyncAPI community got rich with two GitHub Actions that you can use for [validation](https://github.com/marketplace/actions/asyncapi-github-action) and [generation](https://github.com/marketplace/actions/generator-for-asyncapi-documents). +> AsyncAPI community got rich with two GitHub Actions that you can use for [validation](https://github.com/marketplace/actions/asyncapi-github-action) and [generation](https://github.com/marketplace/actions/generator-validator-converter-and-others-all-in-one-for-your-asyncapi-docs). GitHub organized a [hackathon for GitHub Actions](https://githubhackathon.com/#hackathon). There is no better reason to work on a solution if there is a bag of swags waiting for you @@ -25,7 +25,7 @@ The hackathon was only a trigger, the right moment to decide that we should enga Two AsyncAPI related actions we crafted in March are: - Our community member, [Waleed Ashraf](https://twitter.com/WaleedAshraf01/) created [an action](https://github.com/marketplace/actions/asyncapi-github-action) to validate AsyncAPI documents with our [parser](https://github.com/asyncapi/parser-js/) -- We also created [official AsyncAPI action](https://github.com/marketplace/actions/generator-for-asyncapi-documents) for our [generator](https://github.com/asyncapi/generator/). +- We also created [official AsyncAPI action](https://github.com/marketplace/actions/generator-validator-converter-and-others-all-in-one-for-your-asyncapi-docs) for our [generator](https://github.com/asyncapi/generator/). ## Writing a GitHub Action diff --git a/markdown/blog/status-update-47-20.md b/markdown/blog/status-update-47-20.md index 0f8edc497c1..1265e9b470b 100644 --- a/markdown/blog/status-update-47-20.md +++ b/markdown/blog/status-update-47-20.md @@ -39,7 +39,7 @@ Try out the project by following :point_down: instructions: ### Generator GitHub Action 1.0 -Yes, our official [GitHub Action for Generator](https://github.com/marketplace/actions/generator-for-asyncapi-documents) already uses the latest Generator and is released under v1. +Yes, our official [GitHub Action for Generator](https://github.com/marketplace/actions/generator-validator-converter-and-others-all-in-one-for-your-asyncapi-docs) already uses the latest Generator and is released under v1. ```yaml - name: Generating HTML from my AsyncAPI document 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`.