Have the rc command wrapper sauto-generated on build

This commit is contained in:
Kovid Goyal
2022-08-16 21:14:40 +05:30
parent 47f35a06e6
commit 4ac4ee643e
5 changed files with 44 additions and 71 deletions

View File

@@ -173,7 +173,7 @@ func website_url(doc string) string {
doc += "/"
}
}
return kitty.WebsiteBaseUrl + doc
return kitty.WebsiteBaseURL + doc
}
var prettify_pat = regexp.MustCompile(":([a-z]+):`([^`]+)`")