From cb9024a64ff4f3c83612f8a130ce687a5ebf49b3 Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Thu, 28 Nov 2024 19:31:07 -0800 Subject: [PATCH] doc: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d551a99..ddf63d4 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Then you can start creating GitHub Actions in your [tests/ci.rs](https://github. } ``` - To view a fully functional example, check out the [tests/ci.rs](https://github.com/tailcallhq/rust-gh-workflow/blob/main/tests/ci.rs) of this project. + To view a fully functional example, check out the [tests/ci.rs](https://github.com/tailcallhq/gh-workflow/blob/main/crates/gh-workflow-tailcall/tests/ci.rs) of this project. - Run `cargo test` to generate the GitHub Actions workflow.