From cb827cbe319150fccbc56b5ec980f4b89cf4c444 Mon Sep 17 00:00:00 2001 From: Bryan White Date: Tue, 21 Jan 2020 10:50:37 +0100 Subject: [PATCH] cmd/{uplink,gateway}: update cli copy "http" -> "https" Change-Id: I47f46221ab3eb6065d382acfe75865abf09b1ce5 (cherry picked from commit 580a00561ae35b4830acc1f4dd990329df4d3c7b) --- cmd/gateway/main.go | 2 +- cmd/uplink/cmd/setup.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/gateway/main.go b/cmd/gateway/main.go index 46cb84887..e1092c587 100644 --- a/cmd/gateway/main.go +++ b/cmd/gateway/main.go @@ -338,7 +338,7 @@ Your S3 Gateway is configured and ready to use! Some things to try next: -* See http://documentation.tardigrade.io/api-reference/s3-gateway for some example commands`) +* See https://documentation.tardigrade.io/api-reference/s3-gateway for some example commands`) return nil } diff --git a/cmd/uplink/cmd/setup.go b/cmd/uplink/cmd/setup.go index 771e37fbf..4d3a2e6dc 100644 --- a/cmd/uplink/cmd/setup.go +++ b/cmd/uplink/cmd/setup.go @@ -192,7 +192,7 @@ Your Uplink CLI is configured and ready to use! Some things to try next: -* See http://documentation.tardigrade.io/api-reference/uplink-cli for some example commands`) +* See https://documentation.tardigrade.io/api-reference/uplink-cli for some example commands`) return nil }