diff options
author | Christopher Voltz <[email protected]> | 2017-02-15 13:15:38 -0600 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-02-15 11:15:38 -0800 |
commit | f9caf08a7497d3ad64bd4878c0fd8b5c78d21751 (patch) | |
tree | 6ba818d450b81de0cc3409c41e7535ea0ec3f81c | |
parent | 2171eb71122933c5fd07a0ec192bb7d6a9e11ace (diff) |
Fix broken URL
Google moved their style guides to GitHub. Update the shell style guide
URL to the new location.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Christopher Voltz <[email protected]>
Closes #5797
-rw-r--r-- | cmd/zed/zed.d/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zed/zed.d/README b/cmd/zed/zed.d/README index b4cb11514..7279b9370 100644 --- a/cmd/zed/zed.d/README +++ b/cmd/zed/zed.d/README @@ -11,7 +11,7 @@ General functions reside in "zed-functions.sh". Use them where applicable. Additional references that may be of use: Google Shell Style Guide - https://google-styleguide.googlecode.com/svn/trunk/shell.xml + https://github.com/google/styleguide/blob/gh-pages/shell.xml Dash as /bin/sh https://wiki.ubuntu.com/DashAsBinSh |