Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] remove the CODE_STYLE.md ref #1848

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).
Miss-you marked this conversation as resolved.
Show resolved Hide resolved
* 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