From 063b1bf51d991f9c4e87e3f544d976eef4414660 Mon Sep 17 00:00:00 2001 From: Casper Date: Sun, 14 May 2023 23:09:07 +0200 Subject: [PATCH] docs: Fix URL (#3337) --- docs/content/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/usage.md b/docs/content/usage.md index 0ea8beaf..110c490d 100644 --- a/docs/content/usage.md +++ b/docs/content/usage.md @@ -88,7 +88,7 @@ All workflows are using the tagging convention listed below. It is subsequently Issue the following commands to acquire the necessary files: ``` BASH -DMS_GITHUB_URL="https://github.com/docker-mailserver/docker-mailserver/blob/latest" +DMS_GITHUB_URL="https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master" wget "${DMS_GITHUB_URL}/compose.yaml" wget "${DMS_GITHUB_URL}/mailserver.env" ```