diff --git a/website/www/site/content/en/documentation/sdks/yaml.md b/website/www/site/content/en/documentation/sdks/yaml.md index 530ccf1177cd..f52e07fd7184 100644 --- a/website/www/site/content/en/documentation/sdks/yaml.md +++ b/website/www/site/content/en/documentation/sdks/yaml.md @@ -114,7 +114,7 @@ INFO:root:{"element": 3} You can submit a YAML pipeline to Dataflow by using the [gcloud CLI](https://cloud.google.com/sdk/gcloud). To create a Dataflow job from the YAML file, use the -[`gcloud beta dataflow yaml run`](https://cloud.google.com/sdk/gcloud/reference/beta/dataflow/yaml/run) +[`gcloud dataflow yaml run`](https://cloud.google.com/sdk/gcloud/reference/dataflow/yaml/run) command: ```