Skip to content

Commit

Permalink
in Meta, replace 'playpen' with 'playground' (#1596)
Browse files Browse the repository at this point in the history
The rust-lang/rust-playpen github is marked as archived and points
to integer32llc/rust-playground

Integer32 hosts https://play.rust-lang.org
It seems the 'playpen' references can be fully removed and replaced with
just 'playground'
  • Loading branch information
valbaca authored Aug 10, 2022
1 parent f6d8f20 commit 3a5ffcb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit 3a5ffcb

Please sign in to comment.