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) }