You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
Copy file name to clipboardExpand all lines: src/meta/playground.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Playpen
1
+
# Playground
2
2
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.
4
4
5
5
## Using it with `mdbook`
6
6
@@ -35,11 +35,11 @@ You may have noticed in some of the [official Rust docs][official-rust-docs] a b
0 commit comments