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