]> sipb.mit.edu Git - wiki.git/commitdiff
Fix broken link to Google Shell Style Guide
authorAnders Kaseorg <andersk@mit.edu>
Thu, 15 Dec 2016 01:10:37 +0000 (20:10 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Thu, 15 Dec 2016 01:10:44 +0000 (20:10 -0500)
doc/safe-shell.mdwn

index 7b24040f27a906a60df551fbf105c2c4fb4f289f..d6e5049b116e690fd78562b75b540a45784fd22a 100644 (file)
@@ -114,7 +114,7 @@ TODO: mumble `mktemp`?
 
 ## Other resources
 
-Google has a [Shell Style Guide](http://google-styleguide.googlecode.com/svn/trunk/shell.xml). As the name suggests, it primarily focuses on good style, but some items are safety/security-relevant.
+Google has a [Shell Style Guide](https://google.github.io/styleguide/shell.xml). As the name suggests, it primarily focuses on good style, but some items are safety/security-relevant.
 
 ## Conclusion