From b94c459e5687bc75b4907ef5fce9a6a5fc567462 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Fri, 24 Feb 2023 19:46:19 +0000 Subject: [PATCH] [DOCS] [FIX] Incorrect URLs --- docs/source/deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/deployment.md b/docs/source/deployment.md index 6608063..b9eccf9 100644 --- a/docs/source/deployment.md +++ b/docs/source/deployment.md @@ -75,7 +75,7 @@ To deploy the BRECcIA Network Mapper with Docker: 1. Download and extract the deployment files from [the latest release](https://github.com/Southampton-RSG/breccia-mapper/releases/latest): ```bash - curl https://github.com/mgrove36/Southampton-RSG/releases/latest/download/deploy-docker.tar | tar xzv && cd network-mapper + curl https://github.com/Southampton-RSG/releases/latest/download/deploy-docker.tar | tar xzv && cd network-mapper ``` 2. Copy your logo (192x192 pixels) to `icon-192x192.png` in this folder. @@ -120,7 +120,7 @@ To deploy the BRECcIA Network Mapper with Vagrant: 1. Download and extract the deployment files from [the latest release](https://github.com/Southampton-RSG/breccia-mapper/releases/latest): ```bash - curl https://github.com/mgrove36/Southampton-RSG/releases/latest/download/deploy-vagrant.tar | tar xzv && cd network-mapper + curl https://github.com/Southampton-RSG/releases/latest/download/deploy-vagrant.tar | tar xzv && cd network-mapper ``` 2. Copy your logo (192x192 pixels) to `icon-192x192.png` in this folder.