Skip to content

Commit

Permalink
Fix link to system arguments (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron authored Aug 1, 2023
1 parent 8c8b9cc commit c2840bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/rails-markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function RailsMarkdown({text, parentRailsId}) {
}

const mustacheViewContext = {
link_to_system_arguments_docs: `[System arguments](https://primer.style/view-components/lookbook/system_arguments)`,
link_to_system_arguments_docs: `[System arguments](https://primer.style/view-components/lookbook/pages/system_arguments)`,
link_to_typography_docs: `[Typography](${withPrefix('/foundations/typography')})`,
link_to_accessibility: `[Accessibility](${withPrefix('/guides/accessibility/accessibility-at-github')})`,
link_to_octicons: `[Octicons](${withPrefix('/foundations/icons')})`,
Expand Down

0 comments on commit c2840bd

Please sign in to comment.