diff --git a/docs/workflows.md b/docs/workflows.md
index 3633361..077106c 100644
--- a/docs/workflows.md
+++ b/docs/workflows.md
@@ -14,7 +14,7 @@ The [CI workflow](.github/workflows/ci.yaml) will trigger on every commit or PR
> [!Tip]
>
-> You may want to set up a [GitHub ruleset](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/about-rulesets) to require that all commits to `main` pass CI.
+> You may want to set up a GitHub ruleset to require that all commits to main
pass CI.
>
>
@@ -43,7 +43,7 @@ The [CD workflow](../.github/workflows/release.yaml) will trigger on every pushe
### Configure environment variables
- [`.github/workflows/release.yaml`](../.github/workflows/release.yaml) contains a list of environment variables.
+ .github/workflows/release.yaml
contains a list of environment variables.
```yaml
env:
@@ -73,7 +73,7 @@ The values are set automatically by `cargo generate`, or you can edit them yours
#### Add butler credentials
- In your GitHub repository, navigate to `Settings > Secrets and variables > Actions`.
+ In your GitHub repository, navigate to Settings > Secrets and variables > Actions
.
![A screenshot showing where to add secrets in the GitHub Actions settings](./img/workflow-secrets.png)