diff usage.go @ 90:82986500ae71 draft default tip

Update repository URLs
author yakumo.izuru
date Thu, 15 May 2025 01:25:32 +0000
parents 01ae2ad18ed1
children
line wrap: on
line diff
--- a/usage.go	Sun May 04 02:19:10 2025 +0000
+++ b/usage.go	Thu May 15 01:25:32 2025 +0000
@@ -7,8 +7,8 @@
 // This function is called by the `aya help` subcommand
 func PrintUsage() {
 	fmt.Printf("aya/%v\n", PrintFullVersion())
-	fmt.Println("Homepage: https://suzunaan.yakumo.dev/aya/")
-	fmt.Println("Repository: https://svn.yakumo.dev/yakumo.izuru/aya")
+	fmt.Println("Homepage: https://suzunaan.yakumo.dev/aya")
+	fmt.Println("Repository: https://svn.yakumo.dev/repo/aya")
 	fmt.Println("==")
 	fmt.Println("build [file] · (Re)build a site or a file in particular")
 	fmt.Println("clean · Remove the generated .pub directory")