diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2016-09-01 12:49:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-01 12:49:38 -0700 |
| commit | e1e993a5980d2e81edc8a8676dbd2fa8c0d816bd (patch) | |
| tree | 658f393335e18f8b9fed13938276f54eace4ad6f | |
| parent | b87dcb359c6a3da36ac4d81ebae57ef75c393352 (diff) | |
| parent | e9a9f3add1fa4091681f38167423b5ce4b2a8d7b (diff) | |
Merge pull request #31900 from mikedanese/broken-link
Automatic merge from submit-queue
fix broken link to sytlye guide in docs/devel
shell with style!
| -rw-r--r-- | coding-conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coding-conventions.md b/coding-conventions.md index b551c032..dbc717e0 100644 --- a/coding-conventions.md +++ b/coding-conventions.md @@ -51,7 +51,7 @@ Updated: 5/3/2016 - Bash - - https://google-styleguide.googlecode.com/svn/trunk/shell.xml + - https://google.github.io/styleguide/shell.xml - Ensure that build, release, test, and cluster-management scripts run on OS X |
