From e2da05669812ab0385870b9e293ae1cf4425bebb Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Fri, 10 Jun 2016 18:41:49 -0400 Subject: [PATCH] doc: update coding style link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/libuv/libuv/pull/909 Reviewed-By: Colin Ihrig Reviewed-By: Saúl Ibarra Corretgé --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef5c2b2f..aa97506d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -165,5 +165,5 @@ not send out notifications when you add commits. [issue tracker]: https://github.com/libuv/libuv/issues [libuv mailing list]: http://groups.google.com/group/libuv [IRC]: http://webchat.freelibuv.net/?channels=libuv -[Google C/C++ style guide]: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml +[Google C/C++ style guide]: https://google.github.io/styleguide/cppguide.html [project maintainers]: https://github.com/libuv/libuv/blob/master/MAINTAINERS.md