summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Piccari <joshua.piccari@gmail.com>2016-03-04 14:36:37 -0800
committerJoshua Piccari <joshua.piccari@gmail.com>2016-03-04 14:36:37 -0800
commit8a122bd8cef246a3f5173e7b2d4a2b9da6e0b774 (patch)
tree0f5b5b40f1b7f95ceb19c5a77d839a191e5ee651
parent1e01f1dfda7aa95f61d5e00ba2f23009ddb07ef1 (diff)
Fix typo in developer guide README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 727fbfa6..29fd9e52 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ Guide](../admin/README.md).
* **Hunting flaky tests** ([flaky-tests.md](flaky-tests.md)): We have a goal of 99.9% flake free tests.
Here's how to run your tests many times.
-* **Logging Conventions** ([logging.md](logging.md)]: Glog levels.
+* **Logging Conventions** ([logging.md](logging.md)): Glog levels.
* **Profiling Kubernetes** ([profiling.md](profiling.md)): How to plug in go pprof profiler to Kubernetes.