From ef2ef9e9a359a81bf73c3c222e4d958ee6a78074 Mon Sep 17 00:00:00 2001 From: runephilosof-abtion <57357936+runephilosof-abtion@users.noreply.github.com> Date: Mon, 22 Mar 2021 16:20:22 +0100 Subject: [PATCH] Documentation: Fix link --- RUNNING_UNIT_TESTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUNNING_UNIT_TESTS.md b/RUNNING_UNIT_TESTS.md index 4b06c391a..6089d06c0 100644 --- a/RUNNING_UNIT_TESTS.md +++ b/RUNNING_UNIT_TESTS.md @@ -5,7 +5,7 @@ This process is much easier than it has been before! ## MS SQL SERVER -If you don't have easy access to MS SQL Server, you can set up a Vagrant/VirtualBox virtual machine with MS SQL Server. [Here's how](/https://github.com/rails-sqlserver/activerecord-sqlserver-adapter-dev-box). +If you don't have easy access to MS SQL Server, you can set up a Vagrant/VirtualBox virtual machine with MS SQL Server. [Here's how](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter-dev-box). ## TL;DR