Skip to content

Commit

Permalink
chore: Fix links from React docs to css docs (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens authored Jan 31, 2024
1 parent 3bc9765 commit 2bba111
Show file tree
Hide file tree
Showing 37 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/Accordion/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Accordion component

[Accordion documentation](../../../css/src/accordion/README.md)
[Accordion documentation](../../../css/src/components/accordion/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Alert/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Alert component

[Alert documentation](../../../css/src/alert/README.md)
[Alert documentation](../../../css/src/components/alert/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/AspectRatio/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Aspect Ratio component

[Aspect ratio documentation](../../../css/src/aspect-ratio/README.md)
[Aspect ratio documentation](../../../css/src/components/aspect-ratio/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Badge/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Badge component

[Badge documentation](../../../css/src/badge/README.md)
[Badge documentation](../../../css/src/components/badge/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Blockquote/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Blockquote component

[Blockquote documentation](../../../css/src/blockquote/README.md)
[Blockquote documentation](../../../css/src/components/blockquote/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Breadcrumb/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Breadcrumb component

[Breadcrumb documentation](../../../css/src/breadcrumb/README.md)
[Breadcrumb documentation](../../../css/src/components/breadcrumb/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Button/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Button Component

[Button documentation](../../../css/src/button/README.md)
[Button documentation](../../../css/src/components/button/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Card/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Card component

[Card documentation](../../../css/src/card/README.md)
[Card documentation](../../../css/src/components/card/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Checkbox/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Checkbox component

[Checkbox documentation](../../../css/src/checkbox/README.md)
[Checkbox documentation](../../../css/src/components/checkbox/README.md)
4 changes: 2 additions & 2 deletions packages/react/src/Dialog/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Modal component
# React Dialog component

[Modal documentation](../../../css/src/modal/README.md)
[Dialog documentation](../../../css/src/components/dialog/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Footer/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Footer component

[Footer documentation](../../../css/src/footer/README.md)
[Footer documentation](../../../css/src/components/footer/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/FormLabel/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Form Label Component

[Form label documentation](../../../css/src/form-label/README.md)
[Form label documentation](../../../css/src/components/form-label/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Header/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Header component

[Header documentation](../../../css/src/header/README.md)
[Header documentation](../../../css/src/components/header/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Heading/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Heading Component

[Heading documentation](../../../css/src/heading/README.md)
[Heading documentation](../../../css/src/components/heading/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Icon/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Icon Component

[Icon documentation](../../../css/src/icon/README.md)
[Icon documentation](../../../css/src/components/icon/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/IconButton/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Icon Button component

[Icon Button documentation](../../../css/src/icon-button/README.md)
[Icon Button documentation](../../../css/src/components/icon-button/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Image/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Image component

[Image documentation](../../../css/src/image/README.md)
[Image documentation](../../../css/src/components/image/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Link/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Link Component

[Link documentation](../../../css/src/link/README.md)
[Link documentation](../../../css/src/components/link/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/LinkList/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Link List component

[Link List documentation](../../../css/src/link-list/README.md)
[Link List documentation](../../../css/src/components/link-list/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Logo/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Logo component

[Logo documentation](../../../css/src/logo/README.md)
[Logo documentation](../../../css/src/components/logo/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Mark/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Mark component

[Mark documentation](../../../css/src/mark/README.md)
[Mark documentation](../../../css/src/components/mark/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/MegaMenu/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Mega Menu component

[Mega Menu documentation](../../../css/src/mega-menu/README.md)
[Mega Menu documentation](../../../css/src/components/mega-menu/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Overlap/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Overlap component

[Overlap documentation](../../../css/src/overlap/README.md)
[Overlap documentation](../../../css/src/components/overlap/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/PageHeading/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Page Heading component

[Page heading documentation](../../../css/src/page-heading/README.md)
[Page heading documentation](../../../css/src/components/page-heading/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/PageMenu/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Page Menu

[Page menu documentation](../../../css/src/page-menu/README.md)
[Page menu documentation](../../../css/src/components/page-menu/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Pagination/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Pagination component

[Pagination documentation](../../../css/src/pagination/README.md)
[Pagination documentation](../../../css/src/components/pagination/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Paragraph/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Paragraph Component

[Paragraph documentation](../../../css/src/paragraph/README.md)
[Paragraph documentation](../../../css/src/components/paragraph/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Screen/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Screen component

[Screen documentation](../../../css/src/screen/README.md)
[Screen documentation](../../../css/src/components/screen/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/SearchField/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Search Field component

[Search Field documentation](../../../css/src/search-field/README.md)
[Search Field documentation](../../../css/src/components/search-field/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/SkipLink/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Skip Link component

[Skip Link documentation](../../../css/src/skip-link/README.md)
[Skip Link documentation](../../../css/src/components/skip-link/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Spotlight/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Spotlight component

[Spotlight documentation](../../../css/src/spotlight/README.md)
[Spotlight documentation](../../../css/src/components/spotlight/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Switch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ It can be used as a standalone component or as a form control element.
When used as a standalone component provide a `aria-labelledby` prop to keep it accessible.
When used as a form control, make sure to add the associated `<FormLabel>` component.

[Switch documentation](../../../css/src/switch/README.md)
[Switch documentation](../../../css/src/components/switch/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/Table/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Table component

[Table documentation](../../../css/src/table/README.md)
[Table documentation](../../../css/src/components/table/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/TextInput/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Text Input component

[Text Input documentation](../../../css/src/text-input/README.md)
[Text Input documentation](../../../css/src/components/text-input/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/TopTaskLink/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Top Task Link component

[Top task link documentation](../../../css/src/top-task-link/README.md)
[Top task link documentation](../../../css/src/components/top-task-link/README.md)
2 changes: 1 addition & 1 deletion packages/react/src/VisuallyHidden/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React Visually Hidden component

[Visually hidden documentation](../../../css/src/visually-hidden/README.md)
[Visually hidden documentation](../../../css/src/components/visually-hidden/README.md)
2 changes: 1 addition & 1 deletion plop-templates/react.docs.md.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# React {{titleCase name}} component

[{{titleCase name}} documentation](../../../css/src/{{kebabCase name}}/README.md)
[{{titleCase name}} documentation](../../../css/src/components/{{kebabCase name}}/README.md)

0 comments on commit 2bba111

Please sign in to comment.