Skip to content

Commit d6b3049

Browse files
authored
Merge pull request #697 from ehuss/fix-links
Fix some broken links.
2 parents ddb67ae + 92994fe commit d6b3049

File tree

8 files changed

+12
-9
lines changed

8 files changed

+12
-9
lines changed

src/community/survey-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# State of Rust Survey FAQ
22

3-
In this FAQ we try to answer common questions about the Annual State of the Rust Language Community Survey. If in your opinion there is a missing question or if you have a concern about this document, please do not hesitate to contact the [Rust Community Team](community-team@rust-lang.org) or open an [issue with the Community Team](https://github.com/rust-community/team/issues).
3+
In this FAQ we try to answer common questions about the Annual State of the Rust Language Community Survey. If in your opinion there is a missing question or if you have a concern about this document, please do not hesitate to contact the [Rust Community Team](mailto:community-team@rust-lang.org) or open an [issue with the Community Team](https://github.com/rust-community/team/issues).
44

55
## Why is this survey important for the Rust project?
66

src/compiler/prioritization/procedure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Paste the markdown file of this week [performance triage logs](https://github.co
6868

6969
### Announce the meeting on Zulip
7070

71-
About two hours before the scheduled meeting, create a new topic on the Zulip stream `#t-compiler/meetings` titled "[weekly] YYYY-MM-DD" using the the following message template:
71+
About two hours before the scheduled meeting, create a new topic on the Zulip stream `#t-compiler/meetings` titled "\[weekly] YYYY-MM-DD" using the the following message template:
7272

7373
```text
7474
Hi @*T-compiler/meeting*; the triage meeting will happen tomorrow in about 2 hours.

src/compiler/steering-meeting/how-to-run-planning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To actually make the final selection, we recommend
2626
* Typical ratio is 2 technical, 1 non-technical, but this is not set in stone
2727
* It's ok to have fewer than 3 meetings
2828

29-
[compiler-team]: XXX
29+
[compiler-team]: https://github.com/rust-lang/compiler-team/
3030

3131
## Announce the meetings
3232

src/docs-rs/self-hosting.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Self hosting a docs.rs instance
22

3-
These are instructions for deploying the server in a production environment. For instructions on developing locally without docker-compose, see [Developing without docker-compose](no-docker-compose.html).
3+
These are instructions for deploying the server in a production environment. For instructions on developing locally without docker-compose, see [Developing without docker-compose][no-docker-compose].
4+
5+
<!-- NOTE: This link is outdated, and should probably be migrated to this site. -->
6+
[no-docker-compose]: https://github.com/rust-lang/docs.rs/wiki/Developing-without-docker-compose
47

58
Here is a breakdown of what it takes to turn a regular server into its own version of docs.rs.
69

@@ -249,4 +252,4 @@ Next, we can unlock the builder so it can start checking new crates:
249252
$ sudo su - cratesfyi -c "cd ~/docs.rs && cargo run --release -- build unlock"
250253
```
251254

252-
And we're done! Changes to the site or the build behavior should be visible now.
255+
And we're done! Changes to the site or the build behavior should be visible now.

src/infra/docs/bors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ There are multiple steps needed to add a repository to our Bors instance:
8484
[Homu]: https://github.com/rust-lang/homu
8585
[bors-config]: https://github.com/rust-lang/homu/blob/master/cfg.production.toml
8686
[bors.rust-lang.org]: https://bors.rust-lang.org
87-
[ecs]: ./ecs-service.md
87+
[ecs]: ./ecs-services.md
8888
[rust-lang/homu]: https://github.com/rust-lang/homu
8989
[team-permissions.rs]: https://github.com/rust-lang/team/blob/52b4370214e1c8eabe483f3a26f22733d94b326f/config.toml#L18-L37
9090
[bors-permission]: https://github.com/rust-lang/team/blob/a1532ec2b08c9d40c0a2c7643ffe72de9671e265/teams/wg-compiler-performance.toml#L25-L26

src/platforms/twitter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ currently maintained by the infrastructure team.
1010

1111
## Twitter Guidelines
1212

13-
The project runs the Twitter account [@rustlang]
13+
The project runs the Twitter account `@rustlang`.
1414
The account is handled by a small team of volunteers.
1515

1616
The account will mostly tweet links to the Rust blog and Rust Insiders blog.

src/release/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ When the release process end you'll be able to install the new nightly with:
155155
RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup toolchain install nightly
156156
```
157157

158-
[awscli]: /infra/docs/aws-access.md#using-the-aws-cli
158+
[awscli]: ../infra/docs/aws-access.md#using-the-aws-cli
159159
[rust-lang/rust]: https://github.com/rust-lang/rust
160160
[simpleinfra]: https://github.com/rust-lang/simpleinfra
161161
[ripgrep]: https://github.com/burntsushi/ripgrep

src/triagebot/pr-assignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Manual assignment can be done by posting a comment on the PR with the text:
1212
* `r? @octocat` --- Assigns a specific user.
1313
* `r? octocat` --- The `@` is optional.
1414
* `r? libs` --- Chooses a random person from the libs ad-hoc group defined in `triagebot.toml`.
15-
For example, for the [rust-lang/rust] repository, see [`triagebot.toml`](https://github.com/rust-lang/rust/blob/master/triagebot.toml) for a list of ad-hoc group names.
15+
For example, for the [rust-lang/rust](https://github.com/rust-lang/rust) repository, see [`triagebot.toml`](https://github.com/rust-lang/rust/blob/master/triagebot.toml) for a list of ad-hoc group names.
1616
* `r? rust-lang/libs` --- The `rust-lang/` org name prefix is optional.
1717
* `r? rustdoc` --- Chooses a random person from the rustdoc team.
1818
See the [teams database](https://github.com/rust-lang/team/tree/master/teams) for a list of team names.

0 commit comments

Comments
 (0)