From 02d2b41f58643b4e705bf1534a456e1e35913b69 Mon Sep 17 00:00:00 2001 From: duncanp Date: Fri, 4 Sep 2015 16:24:22 +0100 Subject: [PATCH] Modified link to MSDN to work with pdf converter --- doc/appendix-2.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/appendix-2.md b/doc/appendix-2.md index 478490d..1b080dd 100755 --- a/doc/appendix-2.md +++ b/doc/appendix-2.md @@ -68,7 +68,9 @@ Other test projects are recognised by applying a regular expression to the full Figure – MSBuild settings tab of the C# plugin -The regular expression uses [.Net regular expression syntax](https://msdn.microsoft.com/en-us/library/az24scfc(v=vs.110).aspx). +The regular expression uses [.Net regular expression syntax][1]. + +[1]: https://msdn.microsoft.com/en-us/library/az24scfc(v=vs.110).aspx In version 1.0.1 onwards, the default regular expression treats projects that contain the word "test" in the project file name as test projects (in version 1.0, projects that contained "test" anywhere in the path were treated as test projects, but user feedback indicated that this regular expression was not specific enough and incorrectly classified to many projects).