From a31d59f301811c3eaeb0ba63150f98c891005bbb Mon Sep 17 00:00:00 2001 From: bzsuni Date: Mon, 7 Aug 2023 15:27:05 +0800 Subject: [PATCH] sync tutorials/stateless-application/guestbook.md Signed-off-by: bzsuni --- .../tutorials/stateless-application/guestbook.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/zh-cn/docs/tutorials/stateless-application/guestbook.md b/content/zh-cn/docs/tutorials/stateless-application/guestbook.md index 7f10de59eb..ff8d93ea9e 100644 --- a/content/zh-cn/docs/tutorials/stateless-application/guestbook.md +++ b/content/zh-cn/docs/tutorials/stateless-application/guestbook.md @@ -85,7 +85,7 @@ The manifest file, included below, specifies a Deployment controller that runs a --> 下面包含的清单文件指定了一个 Deployment 控制器,该控制器运行一个 Redis Pod 副本。 -{{< codenew file="application/guestbook/redis-leader-deployment.yaml" >}} +{{< code file="application/guestbook/redis-leader-deployment.yaml" >}} ### 创建 Guestbook 前端 Deployment {#creating-the-guestbook-frontend-deployment} -{{< codenew file="application/guestbook/frontend-deployment.yaml" >}} +{{< code file="application/guestbook/frontend-deployment.yaml" >}}