From c5e97dd37e91273d9c055f1e4e19e9ea6b41fc18 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@privatestorage.io>
Date: Fri, 11 Jun 2021 16:40:14 +0000
Subject: [PATCH] Fix typo in URL

---
 morph/grid/local/README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/morph/grid/local/README.rst b/morph/grid/local/README.rst
index 6da3ddac..59f032a0 100644
--- a/morph/grid/local/README.rst
+++ b/morph/grid/local/README.rst
@@ -5,7 +5,7 @@ Set up and use a network of local development VMs
 (The author of this documentation wasted a lot of time trying to get Vagrant to work with KVM/libvirt.
 Issues with networking that looked like guest misconfigurations vanished after changing to the better-tested combination of Vagrant and VirtualBox.)
 
-This requires `NixOS <https://nixos.org/>/`_.
+This requires `NixOS <https://nixos.org/>`_.
 Nix without the OS will not work.
 
 Use the local development environment
-- 
GitLab