From ada34e7ae2942d47e2e797261cf4e808c818e9c2 Mon Sep 17 00:00:00 2001 From: Offpics Date: Tue, 28 May 2019 23:30:18 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3af27f2..7d63365 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ The initial attempt to solve the problem was just to create a directory of “aw An alternative solution is to fake *everything*: create a virtual machine with a known state and run the tests on *that*. This is what Vagrant does. Although it takes a while to download and set up, it gives everyone the same development environment to test for any obvious regressions. -[Vagrant]: https://www.vagrantup.com/docs/why-vagrant/ +[Vagrant]: https://www.vagrantup.com/ [testing]: https://eev.ee/blog/2016/08/22/testing-for-people-who-hate-testing/#troublesome-cases First, initialise the VM: