Browse Source

Use a real URL

pull/310/head
Gabe Kangas 5 years ago
parent
commit
de88a34683
  1. 2
      yp/yp.go

2
yp/yp.go

@ -133,6 +133,6 @@ func (yp *YP) getSavedKey() string { @@ -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)
}

Loading…
Cancel
Save