Skip to content

Commit

Permalink
doc: fixed uri-blocker plugin path error in README. (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuaijinchao committed Jul 31, 2020
1 parent dd5c1a1 commit 9e9a632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ A/B testing, canary release, blue-green deployment, limit rate, defense against
- [Limit-concurrency](doc/plugins/limit-conn.md)
- Anti-ReDoS(Regular expression Denial of Service): Built-in policies to Anti ReDoS without configuration.
- [CORS](doc/plugins/cors.md) Enable CORS(Cross-origin resource sharing) for your API.
- [uri-blocker](plugins/uri-blocker.md): Block client request by URI.
- [uri-blocker](doc/plugins/uri-blocker.md): Block client request by URI.

- **OPS friendly**
- OpenTracing: support [Apache Skywalking](doc/plugins/skywalking.md) and [Zipkin](doc/plugins/zipkin.md)
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、抵
- [限制并发](doc/zh-cn/plugins/limit-conn.md)
- 防御 ReDoS(正则表达式拒绝服务):内置策略,无需配置即可抵御 ReDoS。
- [CORS](doc/zh-cn/plugins/cors.md):为你的API启用 CORS。
- [uri-blocker](plugins/uri-blocker.md):根据 URI 拦截用户请求。
- [uri-blocker](doc/plugins/uri-blocker.md):根据 URI 拦截用户请求。

- **运维友好**
- OpenTracing 可观测性: 支持 [Apache Skywalking](doc/zh-cn/plugins/skywalking.md)[Zipkin](doc/zh-cn/plugins/zipkin.md)
Expand Down

0 comments on commit 9e9a632

Please sign in to comment.