aboutsummaryrefslogtreecommitdiff
path: root/src/clint.py
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2021-07-03 18:09:02 +0200
committerGitHub <noreply@github.com>2021-07-03 09:09:02 -0700
commit75f758b993b842c4afd03fdaa0063b573fdf8751 (patch)
tree10c5e70bc55a84b4c68acd629cf106ea64f99ffa /src/clint.py
parentee2c7095c4a5bb25a1a297358dd988452dd4c966 (diff)
downloadrneovim-75f758b993b842c4afd03fdaa0063b573fdf8751.tar.gz
rneovim-75f758b993b842c4afd03fdaa0063b573fdf8751.tar.bz2
rneovim-75f758b993b842c4afd03fdaa0063b573fdf8751.zip
fix(clint): fix link to style guide. (#14975)
Diffstat (limited to 'src/clint.py')
-rwxr-xr-xsrc/clint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clint.py b/src/clint.py
index 9b4128a0c9..4a5e435bbd 100755
--- a/src/clint.py
+++ b/src/clint.py
@@ -68,7 +68,7 @@ Syntax: clint.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...]
<file> [file] ...
The style guidelines this tries to follow are those in
- http://neovim.io/development-wiki/style-guide/style-guide.xml
+ http://neovim.io/develop/style-guide.xml
Note: This is Google's cpplint.py modified for use with the Neovim project,
which follows the Google C++ coding convention except with the following