This is an automated email from the ASF dual-hosted git repository.

zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 048b9a9f docs: ensure parity in examples (#1396)
048b9a9f is described below

commit 048b9a9f5a79cb7beb6d4285fdfbd97fc93d7105
Author: Navendu Pottekkat <nave...@apache.org>
AuthorDate: Thu Oct 20 15:13:18 2022 +0530

    docs: ensure parity in examples (#1396)
---
 docs/en/latest/getting-started.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/en/latest/getting-started.md 
b/docs/en/latest/getting-started.md
index b8960ae7..aec9c689 100644
--- a/docs/en/latest/getting-started.md
+++ b/docs/en/latest/getting-started.md
@@ -49,10 +49,10 @@ values={[
 apiVersion: apisix.apache.org/v2
 kind: ApisixRoute
 metadata:
-  name: httpserver-route
+  name: httpbin-route
 spec:
   http:
-    - name: rule1
+    - name: route-1
       match:
         hosts:
           - local.httpbin.org
@@ -71,7 +71,7 @@ spec:
 apiVersion: networking.k8s.io/v1
 kind: Ingress
 metadata:
-  name: httpserver-ingress
+  name: httpbin-route
 spec:
   ingressClassName: apisix
   rules:

Reply via email to