diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-12 10:41:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 10:41:48 +0200 |
| commit | 667aa2e952a8367863021782cad5fbad7b89dbff (patch) | |
| tree | 9d4706b27d522022f1e2fa448c085ef39a1df74e | |
| parent | f79a89da92d72f119d81e8cb55ad75df2f60f4f8 (diff) | |
| download | rust-667aa2e952a8367863021782cad5fbad7b89dbff.tar.gz rust-667aa2e952a8367863021782cad5fbad7b89dbff.zip | |
fix path
| -rw-r--r-- | src/doc/rustc-dev-guide/src/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md index 7946c444d03..0e622fff8df 100644 --- a/src/doc/rustc-dev-guide/src/contributing.md +++ b/src/doc/rustc-dev-guide/src/contributing.md @@ -387,7 +387,7 @@ Just a few things to keep in mind: - jan 2021 - january 2021 - There is a CI action (in `~/.github/workflows/date-check.yml`) + There is a CI action (in `.github/workflows/date-check.yml`) that generates a monthly report showing those that are over 6 months old ([example](https://github.com/rust-lang/rustc-dev-guide/issues/2052)). |
