From 01e2d8c115f8f95cd087d51a76445d6a93fa6354 Mon Sep 17 00:00:00 2001 From: Joshua Piccari Date: Fri, 4 Mar 2016 14:36:37 -0800 Subject: [PATCH] Fix typo in developer guide README.md --- docs/devel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/README.md b/docs/devel/README.md index 727fbfa6adb..29fd9e52b5a 100644 --- a/docs/devel/README.md +++ b/docs/devel/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.