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

spacewander 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 44d20c391 docs(control-api): fix introduced versions (#7499)
44d20c391 is described below

commit 44d20c391767d3d42c5111ea7ef6318e84633996
Author: 罗泽轩 <[email protected]>
AuthorDate: Thu Jul 21 13:35:03 2022 +0800

    docs(control-api): fix introduced versions (#7499)
    
    Signed-off-by: spacewander <[email protected]>
---
 docs/en/latest/control-api.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/en/latest/control-api.md b/docs/en/latest/control-api.md
index ff7afc28f..381a643fd 100644
--- a/docs/en/latest/control-api.md
+++ b/docs/en/latest/control-api.md
@@ -214,7 +214,7 @@ Triggers a full garbage collection in the HTTP subsystem.
 
 ### GET /v1/routes
 
-Introduced in [v3.0](https://github.com/apache/apisix/releases/tag/3.0).
+Introduced in [v2.10.0](https://github.com/apache/apisix/releases/tag/2.10.0).
 
 Returns all configured [Routes](./terminology/route.md):
 
@@ -254,7 +254,7 @@ Returns all configured [Routes](./terminology/route.md):
 
 ### GET /v1/route/{route_id}
 
-Introduced in [v3.0](https://github.com/apache/apisix/releases/tag/3.0).
+Introduced in [v2.10.0](https://github.com/apache/apisix/releases/tag/2.10.0).
 
 Returns the Route with the specified `route_id`:
 
@@ -292,7 +292,7 @@ Returns the Route with the specified `route_id`:
 
 ### GET /v1/services
 
-Introduced in [v2.11](https://github.com/apache/apisix/releases/tag/2.11).
+Introduced in [v2.11.0](https://github.com/apache/apisix/releases/tag/2.11.0).
 
 Returns all the Services:
 
@@ -340,7 +340,7 @@ Returns all the Services:
 
 ### GET /v1/service/{service_id}
 
-Introduced in [v2.11](https://github.com/apache/apisix/releases/tag/2.11).
+Introduced in [v2.11.0](https://github.com/apache/apisix/releases/tag/2.11.0).
 
 Returns the Service with the specified `service_id`:
 
@@ -374,7 +374,7 @@ Returns the Service with the specified `service_id`:
 
 ### GET /v1/upstreams
 
-Introduced in [v2.11](https://github.com/apache/apisix/releases/tag/2.11).
+Introduced in [v2.11.0](https://github.com/apache/apisix/releases/tag/2.11.0).
 
 Dumps all Upstreams:
 
@@ -415,7 +415,7 @@ Dumps all Upstreams:
 
 ### GET /v1/upstream/{upstream_id}
 
-Introduced in [v2.11](https://github.com/apache/apisix/releases/tag/2.11).
+Introduced in [v2.11.0](https://github.com/apache/apisix/releases/tag/2.11.0).
 
 Dumps the Upstream with the specified `upstream_id`:
 

Reply via email to