From fd3b4c898ac1cdc925a16ac4a730edcdb28676e4 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Fri, 20 Sep 2024 21:24:22 +0200 Subject: [PATCH] Addresses #6165 by removing incorrect and conflicting instruction about not using scheme on "next two variables". Second example does indeed include scheme and first example produces an incorrect link without scheme included. --- example.env | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example.env b/example.env index 34f43e160c..9e8ace083a 100644 --- a/example.env +++ b/example.env @@ -24,8 +24,7 @@ TM_APP_API_VERSION=v2 TM_ORG_NAME="Humanitarian OpenStreetMap Team" TM_ORG_CODE=HOT TM_ORG_LOGO=https://cdn.img.url/logo.png -# Don't use http or https on the following two variables -TM_ORG_URL=example.com +TM_ORG_URL=https://example.com TM_ORG_PRIVACY_POLICY_URL=https://www.hotosm.org/privacy TM_ORG_TWITTER=http://twitter.com/hotosm TM_ORG_FB=https://www.facebook.com/hotosm