From 4cba9c160ce659b73149d3b1a0a9e5f88357cd38 Mon Sep 17 00:00:00 2001 From: PythonGermany <97847597+PythonGermany@users.noreply.github.com> Date: Sat, 15 Mar 2025 14:29:16 +0100 Subject: [PATCH] fix: Update workflow file url --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b56debf..d036845 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,5 +28,5 @@ When we have to mix GitHub actions variables with the `{{ }}` liquid syntax, GitHub actions variables are written in the format `{{ "{{ github.variable }}" }}` instead of `{{ github.variable }}`. -See [Continuous delivery](https://github.com/rust-github/template/blob/main/.github/workflows/cd.yml) +See [Continuous delivery](https://github.com/rust-github/template/blob/main/template/.github/workflows/cd.yml) as an example.