diff options
author | Jonas Schievink <[email protected]> | 2021-04-15 18:45:07 +0100 |
---|---|---|
committer | Jonas Schievink <[email protected]> | 2021-04-15 18:45:07 +0100 |
commit | 93128efef8a7577a8e6cc6d2ce17099420dd22a5 (patch) | |
tree | 182860ce5baa30b5381b77f83f12abfb409230af | |
parent | 427ba9d49bca1a3cab41e438c7a3c5755309f63d (diff) |
Fix markdown links
-rw-r--r-- | docs/dev/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md index f74f7d8eb..d0e6d29d8 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md | |||
@@ -235,14 +235,14 @@ We don't do "patch" releases, unless something truly egregious comes up. | |||
235 | 235 | ||
236 | There are three sets of people with extra permissions: | 236 | There are three sets of people with extra permissions: |
237 | 237 | ||
238 | * rust-analyzer GitHub organization (**admins**)[https://github.com/orgs/rust-analyzer/people?query=role:owner] (which include current t-compiler leads). | 238 | * rust-analyzer GitHub organization [**admins**](https://github.com/orgs/rust-analyzer/people?query=role:owner) (which include current t-compiler leads). |
239 | Admins have full access to the org. | 239 | Admins have full access to the org. |
240 | * (**review**)[https://github.com/orgs/rust-analyzer/teams/review] team in the organization. | 240 | * [**review**](https://github.com/orgs/rust-analyzer/teams/review) team in the organization. |
241 | Reviewers have `r+` access to all of organization's repositories and publish rights on crates.io. | 241 | Reviewers have `r+` access to all of organization's repositories and publish rights on crates.io. |
242 | They also have direct commit access, but all changes should via bors queue. | 242 | They also have direct commit access, but all changes should via bors queue. |
243 | It's ok to self-approve if you think you know what you are doing! | 243 | It's ok to self-approve if you think you know what you are doing! |
244 | bors should automatically sync the permissions. | 244 | bors should automatically sync the permissions. |
245 | * (**triage**)[https://github.com/orgs/rust-analyzer/teams/triage] team in the organization. | 245 | * [**triage**](https://github.com/orgs/rust-analyzer/teams/triage) team in the organization. |
246 | This team can label and close issues. | 246 | This team can label and close issues. |
247 | 247 | ||
248 | Note that at the time being you need to be a member of the org yourself to view the links. | 248 | Note that at the time being you need to be a member of the org yourself to view the links. |