From c489fcc63c2f93731304bf9ddcd027e969f8f66d Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Thu, 13 Nov 2025 17:07:49 +1000 Subject: [PATCH] docs: typo --- website/docs/4-guides/1-deployments/1-deploy-app.md | 2 +- website/docs/8-compose-file-reference/2-image-tag-template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/4-guides/1-deployments/1-deploy-app.md b/website/docs/4-guides/1-deployments/1-deploy-app.md index 6bdb4f81..9b68284c 100644 --- a/website/docs/4-guides/1-deployments/1-deploy-app.md +++ b/website/docs/4-guides/1-deployments/1-deploy-app.md @@ -62,7 +62,7 @@ This command looks for a Compose file in your current working directory and: 5. **Deploys service containers** using the built images and latest configuration changes with zero-downtime rolling updates -See the [uc deploy](../../9-cli-reference/uc_deploy.md) reference for all available options. +See the [`uc deploy` ](../../9-cli-reference/uc_deploy.md) reference for all available options. Watch `uc deploy` building and deploying a demo app (18 seconds): diff --git a/website/docs/8-compose-file-reference/2-image-tag-template.md b/website/docs/8-compose-file-reference/2-image-tag-template.md index 6c697b30..952932cc 100644 --- a/website/docs/8-compose-file-reference/2-image-tag-template.md +++ b/website/docs/8-compose-file-reference/2-image-tag-template.md @@ -7,7 +7,7 @@ Template syntax for tagging built images. When building service images as part of [`uc build`](../9-cli-reference/uc_build.md) or [`uc deploy`](../9-cli-reference/uc_deploy.md) commands, Uncloud automatically generates image tags based on the current Git repository state. You can customise the image name and tag format for the built images using the -[Go template](https://pkg.go.dev/text/template) syntax environment variables. +[Go template](https://pkg.go.dev/text/template) syntax and environment variables. ## Default template