summaryrefslogtreecommitdiff
path: root/coding-conventions.md
diff options
context:
space:
mode:
authorMike Danese <mikedanese@google.com>2016-06-08 14:49:33 -0700
committerMike Danese <mikedanese@google.com>2016-07-07 00:54:23 -0700
commitc5324cf45267562e9a0a7331cdba17f6031ba7d8 (patch)
treeddd7e3b63cf3047b650f11878f7a1a709776a1d3 /coding-conventions.md
parent0bafb2a75bafe53632284c8b4ff62401a32a4822 (diff)
update docs
Signed-off-by: Mike Danese <mikedanese@google.com>
Diffstat (limited to 'coding-conventions.md')
-rw-r--r--coding-conventions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/coding-conventions.md b/coding-conventions.md
index c3f7d628..dc2825b0 100644
--- a/coding-conventions.md
+++ b/coding-conventions.md
@@ -109,7 +109,7 @@ following Go conventions - `stateLock`, `mapLock` etc.
tests
- Table-driven tests are preferred for testing multiple scenarios/inputs; for
-example, see [TestNamespaceAuthorization](../../test/integration/auth_test.go)
+example, see [TestNamespaceAuthorization](../../test/integration/auth/auth_test.go)
- Significant features should come with integration (test/integration) and/or
[end-to-end (test/e2e) tests](e2e-tests.md)