Update repository URLs

git-svn-id: file:///srv/svn/repo/aya/trunk@91 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
yakumo.izuru
2025-05-15 01:25:32 +00:00
parent 9307af7e09
commit 28ce3606b9
3 changed files with 13 additions and 10 deletions

View File

@@ -7,8 +7,8 @@ import (
// 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")