Skip to content

Commit

Permalink
remove the CODE_STYLE.md ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Miss-you committed Jul 15, 2020
1 parent 9a6a86c commit e730310
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Once we've discussed your changes and you've got your code ready, make sure that
## Check code style and test case style

* code style
* Please take a look at [OpenResty Lua Coding Style Guide](CODE_STYLE.md).
* Please take a look at [Lua Coding Style Guide](https://github.com/luarocks/lua-style-guide).
* Use tool to check your code statically by command: `make lint`.
```shell
# install `luacheck` first before run it
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Reference Documentation
* [Stream Proxy](stream-proxy.md)
* [Admin API](admin-api.md)
* [Changelog](../CHANGELOG.md)
* [Code Style](../CODE_STYLE.md)
* [Code Style](https://github.com/luarocks/lua-style-guide)
* [FAQ](../FAQ.md)

Plugins
Expand Down
2 changes: 1 addition & 1 deletion doc/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* [TCP/UDP 动态代理](stream-proxy.md)
* [管理 API](admin-api.md)
* [变更日志](../../CHANGELOG_CN.md)
* [代码风格](../CODE_STYLE.md)
* [代码风格](https://github.com/luarocks/lua-style-guide)
* [常见问答](../../FAQ_CN.md)

插件
Expand Down

0 comments on commit e730310

Please sign in to comment.