From 75f758b993b842c4afd03fdaa0063b573fdf8751 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Sat, 3 Jul 2021 18:09:02 +0200 Subject: fix(clint): fix link to style guide. (#14975) --- src/clint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ... 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 -- cgit