From c4c4d3845eb0fd06c3813385a388bf26c16c8641 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 30 Jun 2025 16:44:39 +0100 Subject: [PATCH] Fix redirect link --- docs/contributing/stacks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/stacks.md b/docs/contributing/stacks.md index 67a3017f..0f5b8234 100644 --- a/docs/contributing/stacks.md +++ b/docs/contributing/stacks.md @@ -71,7 +71,7 @@ git push -u origin main 1. By default, the newly `.github/workflows/docker.yaml` will trigger the CI pipeline whenever you push to your `main` branch and when any Pull Requests are made to your repository. - For more details on this configuration, visit the [GitHub Actions documentation on triggers](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows). + For more details on this configuration, visit the [GitHub Actions documentation on triggers](https://docs.github.com/en/actions/reference/events-that-trigger-workflows). 2. Go to your repository and click on the **Actions** tab. From there, you can click on the workflows on the left-hand side of the screen.