Skip to content

Commit

Permalink
docs: fix broken docs links (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharzil authored Dec 7, 2023
1 parent 60ac363 commit e7863d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Please go over the checklist and make sure all conditions are met.
#### Accessibility

- [ ] Component is accessible.
- [ ] Component is compatible with [Vibe Accessibility Guidelines](https://style.monday.com/?path=/docs/foundations-accessibility--page)
- [ ] Component is compatible with [Vibe Accessibility Guidelines](https://style.monday.com/?path=/docs/foundations-accessibility--docs)
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const ColorsDescription = () => {
<RelatedComponent
component={component}
title="Colors"
href="/?path=/docs/foundations-colors--page"
href="/?path=/docs/foundations-colors--docs"
description="Ensure accessible text, and distinguish UI elements and surfaces from one another."
/>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const ShadowDescription = () => {
<RelatedComponent
component={component}
title="Shadow"
href="/?path=/docs/foundations-shadow--page"
href="/?path=/docs/foundations-shadow--docs"
description="Shadows used to create the scenes of hierarchy and elevation withing the UI and layout."
/>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const SpacingDescription = () => {
<RelatedComponent
component={component}
title="Spacing"
href="/?path=/docs/foundations-spacing--page"
href="/?path=/docs/foundations-spacing--docs"
description="Spacing creates relationships and hierarchy withing the visual controls."
/>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const AbilitiesDescription = () => (
>
Instructions and welcome to the monday.com OS design system
</AbilityDescription>
<AbilityDescription title="Foundations" imageSrc={foundations} linkHref="/?path=/docs/foundations-colors--page">
<AbilityDescription title="Foundations" imageSrc={foundations} linkHref="/?path=/docs/foundations-colors--docs">
All information about colors, typography, spacing, and icons
</AbilityDescription>
<AbilityDescription title="Components" imageSrc={components} linkHref="/?path=/docs/buttons">
Expand Down

0 comments on commit e7863d3

Please sign in to comment.