Просмотр исходного кода

Remove link to dead todo repository

Stuart Kent 9 лет назад
Родитель
Сommit
afef24567a
1 измененных файлов: 1 добавлений и 2 удалений
  1. 1
    2
      docs/MAINTAINING.md

+ 1
- 2
docs/MAINTAINING.md Просмотреть файл

@@ -9,7 +9,7 @@ This is a guide/reference for maintainers of the Java track.
9 9
 
10 10
 ## Your Permissions 
11 11
 
12
-As a maintainer, you have write access to four repositories.  "write access" means you can: review, reject, accept and merge PRs; and push changes to these repos.  Despite having permissions to push directly, we tend to seek review of even our own PRs.
12
+As a maintainer, you have write access to three repositories.  "write access" means you can: review, reject, accept and merge PRs; and push changes to these repos.  Despite having permissions to push directly, we tend to seek review of even our own PRs.
13 13
 
14 14
 ### Track-specific
15 15
 
@@ -20,7 +20,6 @@ As a maintainer, you have write access to four repositories.  "write access" mea
20 20
 - [x-common](https://github.com/exercism/x-common) — the library of canonical exercises.
21 21
 - [discussions](https://github.com/exercism/discussions) — the place where project-wide conversations happen. 
22 22
   [issues sorted by most recently updated.](https://github.com/exercism/discussions/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
23
-- [todo](https://github.com/exercism/todo) — not really used... might just go away completely in the future.
24 23
 
25 24
 ## Maintainer Guides
26 25