about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-04-15 17:46:10 +0000
committerGitHub <noreply@github.com>2021-04-15 17:46:10 +0000
commita78c50f1fe4bfbd6f2bbd00b3c8ce1eac2451516 (patch)
tree182860ce5baa30b5381b77f83f12abfb409230af /docs/dev
parent427ba9d49bca1a3cab41e438c7a3c5755309f63d (diff)
parent93128efef8a7577a8e6cc6d2ce17099420dd22a5 (diff)
downloadrust-a78c50f1fe4bfbd6f2bbd00b3c8ce1eac2451516.tar.gz
rust-a78c50f1fe4bfbd6f2bbd00b3c8ce1eac2451516.zip
Merge #8535
8535: Fix markdown links r=jonas-schievink a=jonas-schievink

bors r+

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index f74f7d8eb74..d0e6d29d8fa 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.
 
 There are three sets of people with extra permissions:
 
-* rust-analyzer GitHub organization (**admins**)[https://github.com/orgs/rust-analyzer/people?query=role:owner] (which include current t-compiler leads).
+* rust-analyzer GitHub organization [**admins**](https://github.com/orgs/rust-analyzer/people?query=role:owner) (which include current t-compiler leads).
   Admins have full access to the org.
-* (**review**)[https://github.com/orgs/rust-analyzer/teams/review] team in the organization.
+* [**review**](https://github.com/orgs/rust-analyzer/teams/review) team in the organization.
   Reviewers have `r+` access to all of organization's repositories and publish rights on crates.io.
   They also have direct commit access, but all changes should via bors queue.
   It's ok to self-approve if you think you know what you are doing!
   bors should automatically sync the permissions.
-* (**triage**)[https://github.com/orgs/rust-analyzer/teams/triage] team in the organization.
+* [**triage**](https://github.com/orgs/rust-analyzer/teams/triage) team in the organization.
   This team can label and close issues.
 
 Note that at the time being you need to be a member of the org yourself to view the links.