From 26325ff5e7ff7d8db0dd3c2a56c65c03ebb17e5b Mon Sep 17 00:00:00 2001 From: Peter Chamberlin Date: Tue, 4 Oct 2016 11:18:43 +0100 Subject: [PATCH] Corrected repo name/link for func tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 467b50414..74eb0ab78 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ make test ``` That will run pep8 for code analysis and our unit test suite. If you wish to run our functional tests, instructions can be found in the -[notifications-functional-test](https://github.com/alphagov/notifications-functional-test) repository. +[notifications-functional-tests](https://github.com/alphagov/notifications-functional-tests) repository.