Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some broken links. #697

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/community/survey-faq.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# State of Rust Survey FAQ

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]([email protected]) or open an [issue with the Community Team](https://github.com/rust-community/team/issues).
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:[email protected]) or open an [issue with the Community Team](https://github.com/rust-community/team/issues).

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

Expand Down
2 changes: 1 addition & 1 deletion src/compiler/prioritization/procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Paste the markdown file of this week [performance triage logs](https://github.co

### Announce the meeting on Zulip

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:
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:

```text
Hi @*T-compiler/meeting*; the triage meeting will happen tomorrow in about 2 hours.
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/steering-meeting/how-to-run-planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To actually make the final selection, we recommend
* Typical ratio is 2 technical, 1 non-technical, but this is not set in stone
* It's ok to have fewer than 3 meetings

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

## Announce the meetings

Expand Down
7 changes: 5 additions & 2 deletions src/docs-rs/self-hosting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Self hosting a docs.rs instance

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).
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].

<!-- NOTE: This link is outdated, and should probably be migrated to this site. -->
[no-docker-compose]: https://github.com/rust-lang/docs.rs/wiki/Developing-without-docker-compose

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

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

And we're done! Changes to the site or the build behavior should be visible now.
And we're done! Changes to the site or the build behavior should be visible now.
2 changes: 1 addition & 1 deletion src/infra/docs/bors.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ There are multiple steps needed to add a repository to our Bors instance:
[Homu]: https://github.com/rust-lang/homu
[bors-config]: https://github.com/rust-lang/homu/blob/master/cfg.production.toml
[bors.rust-lang.org]: https://bors.rust-lang.org
[ecs]: ./ecs-service.md
[ecs]: ./ecs-services.md
[rust-lang/homu]: https://github.com/rust-lang/homu
[team-permissions.rs]: https://github.com/rust-lang/team/blob/52b4370214e1c8eabe483f3a26f22733d94b326f/config.toml#L18-L37
[bors-permission]: https://github.com/rust-lang/team/blob/a1532ec2b08c9d40c0a2c7643ffe72de9671e265/teams/wg-compiler-performance.toml#L25-L26
Expand Down
2 changes: 1 addition & 1 deletion src/platforms/twitter.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ currently maintained by the infrastructure team.

## Twitter Guidelines

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

The account will mostly tweet links to the Rust blog and Rust Insiders blog.
Expand Down
2 changes: 1 addition & 1 deletion src/release/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ When the release process end you'll be able to install the new nightly with:
RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup toolchain install nightly
```

[awscli]: /infra/docs/aws-access.md#using-the-aws-cli
[awscli]: ../infra/docs/aws-access.md#using-the-aws-cli
[rust-lang/rust]: https://github.com/rust-lang/rust
[simpleinfra]: https://github.com/rust-lang/simpleinfra
[ripgrep]: https://github.com/burntsushi/ripgrep
2 changes: 1 addition & 1 deletion src/triagebot/pr-assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Manual assignment can be done by posting a comment on the PR with the text:
* `r? @octocat` --- Assigns a specific user.
* `r? octocat` --- The `@` is optional.
* `r? libs` --- Chooses a random person from the libs ad-hoc group defined in `triagebot.toml`.
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.
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.
* `r? rust-lang/libs` --- The `rust-lang/` org name prefix is optional.
* `r? rustdoc` --- Chooses a random person from the rustdoc team.
See the [teams database](https://github.com/rust-lang/team/tree/master/teams) for a list of team names.
Expand Down