This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 43b7d72ed4c Remove beta label from playground in a few more spots
(#27629)
43b7d72ed4c is described below
commit 43b7d72ed4c5330e435d8c6b4c2f2d97de5ffed8
Author: Danny McCormick <[email protected]>
AuthorDate: Mon Jul 24 11:16:07 2023 -0400
Remove beta label from playground in a few more spots (#27629)
---
website/www/site/content/en/get-started/try-beam-playground.md | 4 ++--
website/www/site/layouts/index.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/www/site/content/en/get-started/try-beam-playground.md
b/website/www/site/content/en/get-started/try-beam-playground.md
index 731d54cf5d4..cd608d0b2ef 100644
--- a/website/www/site/content/en/get-started/try-beam-playground.md
+++ b/website/www/site/content/en/get-started/try-beam-playground.md
@@ -1,5 +1,5 @@
---
-title: "Try Beam Playground (Beta)"
+title: "Try Beam Playground"
---
<!--
Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,7 +15,7 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
-# Try Beam Playground (Beta)
+# Try Beam Playground
Beam Playground is an interactive environment to try out Beam transforms and
examples
without having to install Apache Beam in your environment.
diff --git a/website/www/site/layouts/index.html
b/website/www/site/layouts/index.html
index 99254978ccd..4626e2dc245 100644
--- a/website/www/site/layouts/index.html
+++ b/website/www/site/layouts/index.html
@@ -53,7 +53,7 @@ limitations under the License. See accompanying LICENSE file.
<div class="body__contained body__section-nav playground-section"
tabindex="-1">
<h1>Try Beam Playground</h1>
<p>Beam Playground is an interactive environment to try out Beam transforms
and examples without having to install Apache Beam in your environment.
- You can try the Apache Beam examples at <a
href="https://play.beam.apache.org/">Beam Playground (Beta)</a>.
+ You can try the Apache Beam examples at <a
href="https://play.beam.apache.org/">Beam Playground</a>.
</p>
<br>
<br>