diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-12 10:43:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 10:43:27 +0200 |
| commit | 17f72ff6684efab0b8f79a0f953774a2136e4c8b (patch) | |
| tree | 9d4706b27d522022f1e2fa448c085ef39a1df74e /src/doc/rustc-dev-guide | |
| parent | f79a89da92d72f119d81e8cb55ad75df2f60f4f8 (diff) | |
| parent | 667aa2e952a8367863021782cad5fbad7b89dbff (diff) | |
| download | rust-17f72ff6684efab0b8f79a0f953774a2136e4c8b.tar.gz rust-17f72ff6684efab0b8f79a0f953774a2136e4c8b.zip | |
Merge pull request #2331 from rust-lang/tshepang-patch-6
fix path
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -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)). |
