瀏覽代碼

MAINTAINING.md: add link to docs repo

Stuart Kent 9 年之前
父節點
當前提交
ca28499145
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      docs/MAINTAINING.md

+ 2
- 1
docs/MAINTAINING.md 查看文件

@@ -8,7 +8,7 @@ This is a guide/reference for maintainers of the Java track.
8 8
 
9 9
 ## Your Permissions 
10 10
 
11
-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.
11
+As a maintainer, you have write access to several 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 12
 
13 13
 ### Track-specific
14 14
 
@@ -19,6 +19,7 @@ As a maintainer, you have write access to three repositories.  "write access" me
19 19
 - [x-common](https://github.com/exercism/x-common) — the library of canonical exercises.
20 20
 - [discussions](https://github.com/exercism/discussions) — the place where project-wide conversations happen. 
21 21
   [issues sorted by most recently updated.](https://github.com/exercism/discussions/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
22
+- [docs](https://github.com/exercism/docs) - the place to find project-wide documentation.
22 23
 
23 24
 ## Maintainer Guides
24 25