From c85b385926b3260a12eb4db7507a420541369e3e Mon Sep 17 00:00:00 2001 From: Bill Mitchell Date: Thu, 5 Sep 2019 18:30:21 -0400 Subject: [PATCH] fix broken link to emergencies.md --- review/reviewer/looking-for.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/review/reviewer/looking-for.md b/review/reviewer/looking-for.md index 875d633..4637058 100644 --- a/review/reviewer/looking-for.md +++ b/review/reviewer/looking-for.md @@ -65,7 +65,7 @@ universe. Ask for unit, integration, or end-to-end tests as appropriate for the change. In general, tests should be added in the same CL as the production code unless the CL is handling an -[emergency](../emergencies.shtml). +[emergency](../emergencies.md). Make sure that the tests in the CL are correct, sensible, and useful. Tests do not test themselves, and we rarely write tests for our tests—a human must ensure