Skip to content

Commit a78c50f

Browse files
Merge #8535
8535: Fix markdown links r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2 parents 427ba9d + 93128ef commit a78c50f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dev/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,14 +235,14 @@ We don't do "patch" releases, unless something truly egregious comes up.
235235

236236
There are three sets of people with extra permissions:
237237

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).
239239
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.
241241
Reviewers have `r+` access to all of organization's repositories and publish rights on crates.io.
242242
They also have direct commit access, but all changes should via bors queue.
243243
It's ok to self-approve if you think you know what you are doing!
244244
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.
246246
This team can label and close issues.
247247

248248
Note that at the time being you need to be a member of the org yourself to view the links.

0 commit comments

Comments
 (0)