fix(clint): fix link to style guide. (#14975)

This commit is contained in:
dundargoc 2021-07-03 18:09:02 +02:00 committed by GitHub
parent ee2c7095c4
commit 75f758b993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ Syntax: clint.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...]
<file> [file] ... <file> [file] ...
The style guidelines this tries to follow are those in 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, 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 which follows the Google C++ coding convention except with the following