Skip to content

Commit 3a5ffcb

Browse files
authored
in Meta, replace 'playpen' with 'playground' (#1596)
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'
1 parent f6d8f20 commit 3a5ffcb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@
219219

220220
- [Meta](meta.md)
221221
- [Documentation](meta/doc.md)
222-
- [Playpen](meta/playpen.md)
222+
- [Playground](meta/playground.md)

src/meta.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ everyone. These topics include:
66

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

1111
[doc]: meta/doc.md
12-
[playpen]: meta/playpen.md
12+
[playground]: meta/playground.md

src/meta/playpen.md src/meta/playground.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Playpen
1+
# Playground
22

3-
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/).
3+
The [Rust Playground](https://play.rust-lang.org/) is a way to experiment with Rust code through a web interface.
44

55
## Using it with `mdbook`
66

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

3737
- [The Rust Playground][rust-playground]
38-
- [The next-gen playpen][next-gen-playpen]
38+
- [rust-playground][rust-playground]
3939
- [The rustdoc Book][rustdoc-book]
4040

4141
[rust-playground]: https://play.rust-lang.org/
42-
[next-gen-playpen]: https://github.com/integer32llc/rust-playground/
42+
[rust-playground]: https://github.com/integer32llc/rust-playground/
4343
[mdbook]: https://github.com/rust-lang/mdBook
4444
[official-rust-docs]: https://doc.rust-lang.org/core/
4545
[rustdoc-book]: https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html

0 commit comments

Comments
 (0)