From c4257bc3ff5574482f3b14faea2cd559550e0c30 Mon Sep 17 00:00:00 2001 From: andryyy Date: Fri, 19 May 2017 10:19:46 +0200 Subject: [PATCH] Fix links --- docs/install-update.md | 2 +- docs/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install-update.md b/docs/install-update.md index 38be4f373..0581c3625 100644 --- a/docs/install-update.md +++ b/docs/install-update.md @@ -44,7 +44,7 @@ Keep in mind that all local changes _to configuration files_ will be lost. Howev - Copy mailcow.conf somewhere outside the mailcow-dockerized directory - Stop and remove mailcow containers: `docker-compose down` - Delete the directory or rename it -- Clone the remote repository again (`git clone https://github.com/andryyy/mailcow-dockerized && cd mailcow-dockerized`). **Pay attention** to this step - the folder must have the same name of the previous one! +- Clone the remote repository again (`git clone https://github.com/mailcow/mailcow-dockerized && cd mailcow-dockerized`). **Pay attention** to this step - the folder must have the same name of the previous one! - Copy back your previous `mailcow.conf` into the mailcow-dockerizd folder If you forgot to stop Docker before deleting the cloned directory, you can use the following commands: diff --git a/docs/install.md b/docs/install.md index 494ae5ac1..3d795bb4b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -19,7 +19,7 @@ Please use the latest Docker engine available and do not use the engine that shi 2\. Clone the master branch of the repository ``` -git clone https://github.com/andryyy/mailcow-dockerized && cd mailcow-dockerized +git clone https://github.com/mailcow/mailcow-dockerized && cd mailcow-dockerized ``` 3\. Generate a configuration file. Use a FQDN (`host.domain.tld`) as hostname when asked.