From c30c269cde686147fac65e16e614af7d5777834a Mon Sep 17 00:00:00 2001 From: Erik Sommer Date: Tue, 4 Apr 2017 14:18:31 +0200 Subject: [PATCH] Fix broken link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fccedac..088d060 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Big List of Naughty Strings -The Big List of Naughty Strings is an evolving list of strings which have a high probability of causing issues when used as user-input data. This is intended for use in helping both automated and manual QA testing; useful for whenever your QA engineer [walks into a bar](http://www.sempf.net/post/On-Testing1.aspx). +The Big List of Naughty Strings is an evolving list of strings which have a high probability of causing issues when used as user-input data. This is intended for use in helping both automated and manual QA testing; useful for whenever your QA engineer [walks into a bar](http://www.sempf.net/post/On-Testing1). ## Why Test Naughty Strings?