Use a real URL
This commit is contained in:
parent
5c6f5fc697
commit
de88a34683
2
yp/yp.go
2
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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user