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

kvn 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 63ae709  chore: fix broken links (#467)
63ae709 is described below

commit 63ae709d064e28a565f80176aa82a3ff7b69b293
Author: Sarasa Kisaragi <[email protected]>
AuthorDate: Wed May 19 13:41:19 2021 +0800

    chore: fix broken links (#467)
---
 docs/en/latest/references/apisix_route_v1.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/references/apisix_route_v1.md 
b/docs/en/latest/references/apisix_route_v1.md
index 32d4587..e45c752 100644
--- a/docs/en/latest/references/apisix_route_v1.md
+++ b/docs/en/latest/references/apisix_route_v1.md
@@ -33,7 +33,7 @@ title: ApisixRoute/v1 (Deprecated) Reference
 | serviceName   | string   | The name of backend service. `namespace + 
serviceName + servicePort` form an unique identifier to match the back-end 
service.                      |
 | servicePort   | int      | The port of backend service. `namespace + 
serviceName + servicePort` form an unique identifier to match the back-end 
service.                      |
 | path          | string   | The URI matched by the route. Supports exact 
match and prefix match. Example,exact match: `/hello`, prefix match: `/hello*`. 
                    |
-| plugins       | array    | Custom plugin collection (Plugins defined in the 
`route` level). For more plugin information, please refer to the [Apache APISIX 
plugin docs](https://github.com/apache/apisix/tree/master/doc/plugins).    |
-| name          | string   | The name of the plugin. For more information 
about the example plugin, please check the [limit-count 
docs](https://github.com/apache/apisix/blob/master/doc/plugins/limit-count.md#Attributes).
             |
+| plugins       | array    | Custom plugin collection (Plugins defined in the 
`route` level). For more plugin information, please refer to the [Apache APISIX 
plugin 
docs](https://github.com/apache/apisix/tree/master/docs/en/latest/plugins).    |
+| name          | string   | The name of the plugin. For more information 
about the example plugin, please check the [limit-count 
docs](https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/limit-count.md#Attributes).
             |
 | enable        | boolean  | Whether to enable the plugin, `true`: means 
enable, `false`: means disable.      |
 | config        | object   | Configuration of plugin information. Note: The 
check of configuration schema is missing now, so please be careful when 
editing.    |

Reply via email to