Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/www/site/content/en/blog/ApachePlayground.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
-->

### **What is Apache Beam Playground?**
[Apache Beam Playground](https://play-dev.beam.apache.org/) is an interactive environment to try Apache Beam transforms and examples without requiring to install or set up a Beam environment.
[Apache Beam Playground](https://play.beam.apache.org/) is an interactive environment to try Apache Beam transforms and examples without requiring to install or set up a Beam environment.


### **Apache Beam Playground Features**
Expand All @@ -39,7 +39,7 @@ limitations under the License.


### **What’s Next**
* Try examples in [Apache Beam Playground](https://play-dev.beam.apache.org/)
* Try examples in [Apache Beam Playground](https://play.beam.apache.org/)
* Submit your feedback using “Enjoying Playground?” in Apache Beam Playground or via [this form](https://docs.google.com/forms/d/e/1FAIpQLSd5_5XeOwwW2yjEVHUXmiBad8Lxk-4OtNcgG45pbyAZzd4EbA/viewform?usp=pp_url)
* Join the Beam [users@](/community/contact-us) mailing list
* Contribute to the Apache Beam Playground codebase by following a few steps in this [Contribution Guide](/contribute)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ complexity. Beam Katas are available for both Java and Python SDKs.

### Beam Playground

* [Beam Playground](https://play-dev.beam.apache.org) is an interactive environment to try out Beam transforms and examples without having to install Apache Beam in your environment.
You can try the available Apache Beam examples at [Beam Playground](https://play-dev.beam.apache.org).
* [Beam Playground](https://play.beam.apache.org) is an interactive environment to try out Beam transforms and examples without having to install Apache Beam in your environment.
You can try the available Apache Beam examples at [Beam Playground](https://play.beam.apache.org).
* Learn more about how to add an Apache Beam example/test/kata into Beam Playground catalog [here](/get-started/try-beam-playground/#how-to-add-new-examples).

## API Reference {#api-reference}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Beam Playground is an interactive environment to try out Beam transforms and exa
without having to install Apache Beam in your environment.

You can try the available Apache Beam examples at
[Beam Playground](https://play-dev.beam.apache.org/).
[Beam Playground](https://play.beam.apache.org/).

## Beam Playground WordCount Example

Expand Down Expand Up @@ -107,9 +107,9 @@ More details on examples in Apache Beam Playground can be found

## Next Steps

* Try examples in [Apache Beam Playground](https://play-dev.beam.apache.org/).
* Try examples in [Apache Beam Playground](https://play.beam.apache.org/).
* Submit feedback using "Enjoying Playground?" in
[Apache Beam Playground](https://play-dev.beam.apache.org/) or via
[Apache Beam Playground](https://play.beam.apache.org/) or via
[this form](https://docs.google.com/forms/d/e/1FAIpQLSd5_5XeOwwW2yjEVHUXmiBad8Lxk-4OtNcgG45pbyAZzd4EbA/viewform?usp=pp_url).
* Join the Beam [users@](/community/contact-us) mailing list.
* If you're interested in contributing to the Apache Beam Playground codebase, see the [Contribution Guide](/contribute).
Expand Down
8 changes: 4 additions & 4 deletions website/www/site/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ <h2 class="pillars-title">
<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-dev.beam.apache.org/">Beam Playground (Beta)</a>.
You can try the Apache Beam examples at <a href="https://play.beam.apache.org/">Beam Playground (Beta)</a>.
</p>
<br>
<br>
<a class="playground__mobile" href="https://play-dev.beam.apache.org/">
<a class="playground__mobile" href="https://play.beam.apache.org/">
<img src="images/playground.png" alt="beam playground">
</a>

Expand All @@ -77,7 +77,7 @@ <h1>Try Beam Playground</h1>

<div class="code-snippet code-snippet-playground">
<iframe
src="https://play-dev.beam.apache.org/embedded?sdk=java&examples={{ jsonify $examples }}"
src="https://play.beam.apache.org/embedded?sdk=java&examples={{ jsonify $examples }}"
width="100%"
height="700px"
allow="clipboard-write"
Expand Down Expand Up @@ -233,7 +233,7 @@ <h2 class="calendar-title">
<a class="ctas_button" href={{ "/get-started/quickstart-go/" | relLangURL }}>{{ T "home-go-quickstart" }}</a>
</div>
<div class='ctas_row'>
<a class="ctas_button" href={{ "https://play-dev.beam.apache.org/" | relLangURL }}>{{ T "home-playground" }}</a>
<a class="ctas_button" href={{ "https://play.beam.apache.org/" | relLangURL }}>{{ T "home-playground" }}</a>
</div>
</div>
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion website/www/site/layouts/shortcodes/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{{ $editable := 1 }}{{ if isset .Params "editable" }}{{ $editable = index .Params "editable" }}{{ end }}
<div class="code-snippet code-snippet-playground">
<iframe
src="https://play-dev.beam.apache.org/embedded?editable={{ $editable }}&examples={{ $snippets }}"
src="https://play.beam.apache.org/embedded?editable={{ $editable }}&examples={{ $snippets }}"
width="100%"
height="{{ .Get "height" }}"
class="playground"
Expand Down
2 changes: 1 addition & 1 deletion website/www/site/layouts/shortcodes/playground_iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div class="playground-iframe-wrapper-no-scroll">
<iframe
src="https://play-dev.beam.apache.org/embedded?editable={{ .Get `editable` }}&example={{ .Get `example` }}&code={{ .Get `code` }}"
src="https://play.beam.apache.org/embedded?editable={{ .Get `editable` }}&example={{ .Get `example` }}&code={{ .Get `code` }}"
width="100%"
height="{{ .Get `height` }}"
class="code-snippet playground"
Expand Down