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

traky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new c4521d099 docs: fix certificate doc request url error (#10790)
c4521d099 is described below

commit c4521d0994932128ad787021ba7dddbe7f2747bf
Author: Derobukal <[email protected]>
AuthorDate: Thu Jan 11 06:16:12 2024 +0800

    docs: fix certificate doc request url error (#10790)
---
 docs/en/latest/certificate.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/certificate.md b/docs/en/latest/certificate.md
index 146a153fb..113550637 100644
--- a/docs/en/latest/certificate.md
+++ b/docs/en/latest/certificate.md
@@ -65,7 +65,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 -H 
'X-API-KEY: edd1c9f034335f13
 Send a request to verify:
 
 ```shell
-curl --resolve 'test.com:9443:127.0.0.1' https://test.com:9443/hello -k -vvv
+curl --resolve 'test.com:9443:127.0.0.1' https://test.com:9443/get -k -vvv
 
 * Added test.com:9443:127.0.0.1 to DNS cache
 * About to connect() to test.com port 9443 (#0)

Reply via email to