From de88a34683a031a5b88fec373138751553169a32 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 29 Oct 2020 18:26:10 -0700 Subject: [PATCH] Use a real URL --- yp/yp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yp/yp.go b/yp/yp.go index 5fbe7bec2..7cf1a415c 100644 --- a/yp/yp.go +++ b/yp/yp.go @@ -133,6 +133,6 @@ func (yp *YP) getSavedKey() string { // DisplayInstructions will let the user know they are not in the directory by default and // how they can enable the feature. func DisplayInstructions() { - text := "Your instance can be listed on the Owncast directory at http://something.something by enabling YP in your config. Learn more at http://something.something." + text := "Your instance can be listed on the Owncast directory at http://directory.owncast.online by enabling YP in your config. Learn more at https://directory.owncast.online/get-listed." log.Debugln(text) }