Use a real URL

This commit is contained in:
Gabe Kangas 2020-10-29 18:26:10 -07:00
parent 5c6f5fc697
commit de88a34683

View File

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