From 68759b6fe7531a479ce5c9381172bf5c1445c140 Mon Sep 17 00:00:00 2001 From: Joshua McKinney Date: Sun, 11 Sep 2016 16:21:54 -0500 Subject: [PATCH] Fix link to google shell style guide in coding style doc --- Coding-style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Coding-style-guide.md b/Coding-style-guide.md index b21fdb5..c7bb853 100644 --- a/Coding-style-guide.md +++ b/Coding-style-guide.md @@ -444,6 +444,6 @@ Eval is evil! Eval munges the input when used for assignment to variables and ca ## References -- [Shell Style Guide](https://google-styleguide.googlecode.com/svn/trunk/shell.xml) +- [Shell Style Guide](https://google.github.io/styleguide/shell.xml) - [BASH Programming - Introduction HOW-TO](http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html) - [Linux kernel coding style](https://www.kernel.org/doc/Documentation/CodingStyle) \ No newline at end of file