Skip to content
Snippets Groups Projects
Unverified Commit 1467e94b authored by Sebastian Poxhofer's avatar Sebastian Poxhofer Committed by GitHub
Browse files

docs(categories): fix links in category manager summary block (#25724)

parent c8c0e1b4
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ function getTitle(manager: string, displayName: string): string {
}
function getManagerLink(manager: string): string {
return getModuleLink(manager, `[\`${manager}\``);
return getModuleLink(manager, `\`${manager}\``);
}
export const CategoryNames: Record<Category, string> = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment