From c3e6f633695a272d5d42361cac11502327a148f8 Mon Sep 17 00:00:00 2001 From: allspice-hermes <allspice-hermes@noreply.hub.allspice.io> Date: Tue, 20 Aug 2024 17:50:36 +0000 Subject: [PATCH] fixed broken links --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8e11c08..e700da6 100644 --- a/readme.md +++ b/readme.md @@ -62,8 +62,8 @@ The previous add-ons are not the only ones available. You can access the [AllSpi If you want to know more about how to implement the best practices of CI/CD in hardware teams, feel free to visit our documentation where we have a set of articles that will guide you through it. Some relevant entries that could be useful for you are: -- [How can I create my own action add-on?]() +- [How can I run a script within a repository?](https://learn.allspice.io/docs/how-to-run-a-script-directly-from-a-repository) - [What's the price for using AllSpice Actions?](https://learn.allspice.io/docs/actions-minutes) -- [Is this compatible with Github Actions?]() +- [Is this compatible with Github Actions?](https://learn.allspice.io/docs/allspice-actions-vs-github-actions)