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

in Meta, replace 'playpen' with 'playground' #1596

Merged
merged 1 commit into from
Aug 10, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@

- [Meta](meta.md)
- [Documentation](meta/doc.md)
- [Playpen](meta/playpen.md)
- [Playground](meta/playground.md)
4 changes: 2 additions & 2 deletions src/meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ everyone. These topics include:

- [Documentation][doc]: Generate library documentation for users via the included
`rustdoc`.
- [Playpen][playpen]: Integrate the Rust Playpen (also known as the Rust Playground) in your documentation.
- [Playground][playground]: Integrate the Rust Playground in your documentation.

[doc]: meta/doc.md
[playpen]: meta/playpen.md
[playground]: meta/playground.md
8 changes: 4 additions & 4 deletions src/meta/playpen.md → src/meta/playground.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Playpen
# Playground

The [Rust Playpen](https://github.com/rust-lang/rust-playpen) is a way to experiment with Rust code through a web interface. This project is now commonly referred to as [Rust Playground](https://play.rust-lang.org/).
The [Rust Playground](https://play.rust-lang.org/) is a way to experiment with Rust code through a web interface.

## Using it with `mdbook`

Expand Down Expand Up @@ -35,11 +35,11 @@ You may have noticed in some of the [official Rust docs][official-rust-docs] a b
### See also:

- [The Rust Playground][rust-playground]
- [The next-gen playpen][next-gen-playpen]
- [rust-playground][rust-playground]
- [The rustdoc Book][rustdoc-book]

[rust-playground]: https://play.rust-lang.org/
[next-gen-playpen]: https://github.com/integer32llc/rust-playground/
[rust-playground]: https://github.com/integer32llc/rust-playground/
[mdbook]: https://github.com/rust-lang/mdBook
[official-rust-docs]: https://doc.rust-lang.org/core/
[rustdoc-book]: https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html
Expand Down