diff --git a/README.md b/README.md index 2f5a5b6..c2d3c78 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/src/tests/ci.rs) of this project. + 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. - Run `cargo test` to generate the GitHub Actions workflow.