Skip to content

Commit

Permalink
Fix link handler paths in docs reference pages
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed May 3, 2019
1 parent 646a911 commit 96309f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/gendocs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func main() {
}

linkHandler := func(name string) string {
return "/docs/reference/" + name
return "/docs/reference/unsealer/" + name
}
doc.GenMarkdownTreeCustom(rootCmd, dir, filePrepender, linkHandler)

Expand Down

0 comments on commit 96309f4

Please sign in to comment.