Fix linkHandler
This commit is contained in:
parent
7d8a3bc683
commit
126b4317ce
1 changed files with 1 additions and 1 deletions
|
@ -69,5 +69,5 @@ func filePrepender(filename string) string {
|
||||||
|
|
||||||
func linkHandler(name string) string {
|
func linkHandler(name string) string {
|
||||||
base := strings.TrimSuffix(name, path.Ext(name))
|
base := strings.TrimSuffix(name, path.Ext(name))
|
||||||
return "/" + strings.ToLower(base) + "/"
|
return "/signaldctl/" + strings.ToLower(base) + "/"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue