Преглед изворни кода

Merge pull request #658 from exercism/add-docs-link

MAINTAINING.md: add link to docs repo
FridaTveit пре 9 година
родитељ
комит
d12d6e443d
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