Update community link text in welcome message for clarity
This commit is contained in:
parent
d9475988ff
commit
8388b78a0e
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ func printWelcome() {
|
|||
fmt.Println(color.CyanString(L("🎉 Welcome to Yao 🎉 ")))
|
||||
fmt.Println(color.CyanString("---------------------------------"))
|
||||
fmt.Println(color.WhiteString("📚 Documentation: "), color.CyanString("https://yaoapps.com/docs"))
|
||||
fmt.Println(color.WhiteString("🏡 Join the Community:"), color.CyanString("https://yaoapps.com/community"))
|
||||
fmt.Println(color.WhiteString("🏡 Join Yao Community:"), color.CyanString("https://yaoapps.com/community"))
|
||||
fmt.Println(color.WhiteString("💬 Build App via Chat:"), color.CyanString("https://moapi.ai"))
|
||||
fmt.Println("")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue