Skip to content

Commit

Permalink
fix: correct auto-generated guidelines links
Browse files Browse the repository at this point in the history
  • Loading branch information
janhassel committed Aug 13, 2024
1 parent 49b0227 commit 5d859a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ibm-products/src/global/js/utils/story-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const storyDocsPageInfo = (csfFile) => {

result.section = a;

result.guidelinesHref = `https://pages.github.ibm.com/cdai-design/pal/${kind}s/${paramCase(
result.guidelinesHref = `https://pages.github.ibm.com/cdai-design/pal/${kind.toLowerCase()}/${paramCase(
result.section
)}/usage`;
} else {
Expand Down

0 comments on commit 5d859a2

Please sign in to comment.