Skip to content

Commit

Permalink
Docs(web-twig): Fix internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
dlouhak authored and literat committed Mar 21, 2023
1 parent f24dfc3 commit 398f8f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/web-twig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ or pure original implementation
- [Tooltip](./src/Resources/components/Tooltip/README.md)

if you want to extend these components, an example guide is [here](./docs/extendComponents.md).
if you want to contribute, read the guide [here](./docs/contribution.md).
if you want to contribute, read the guide [here](./CONTRIBUTING.md).

## Deprecations

Expand Down
2 changes: 1 addition & 1 deletion packages/web-twig/docs/extendComponents.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ After the previous change, we can now call the Button component with additional
<Button color="primary" size="small">Primary buttom</Button>
```

[button]: https://github.com/lmc-eu/spirit-design-system/tree/main/packages/web/src/components/Button
[button]: https://github.com/lmc-eu/spirit-design-system/tree/main/packages/web/src/scss/components/Button
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ Without lexer:
You can add `id`, `data-*` or `aria-*` attributes to further extend component's
descriptiveness and accessibility.

[button]: https://github.com/lmc-eu/spirit-design-system/tree/main/packages/web/src/scss/components/Button
[buttonLink]: https://github.com/lmc-eu/spirit-design-system/tree/main/packages/web/src/scss/components/Button
[dictionary-color]: https://github.com/lmc-eu/spirit-design-system/tree/main/docs/DICTIONARIES.md#color
[dictionary-size]: https://github.com/lmc-eu/spirit-design-system/tree/main/docs/DICTIONARIES.md#size
Original file line number Diff line number Diff line change
Expand Up @@ -537,5 +537,5 @@ And the complete Header Dialog:

</details>

[header]: https://github.com/lmc-eu/spirit-design-system/tree/main/packages/web/src/components/Header
[header]: https://github.com/lmc-eu/spirit-design-system/tree/main/packages/web/src/scss/components/Header
[web-readme]: https://github.com/lmc-eu/spirit-design-system/blob/main/packages/web/README.md
2 changes: 1 addition & 1 deletion packages/web-twig/src/Resources/components/Item/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ you need to use directly these components with prop `isItem`.

See `web` package [Item documentation][item-documentation] for more info.

[item-documentation]: https://github.com/lmc-eu/spirit-design-system/blob/main/packages/web/src/components/Item/README.md
[item-documentation]: https://github.com/lmc-eu/spirit-design-system/blob/main/packages/web/src/scss/components/Item/README.md

0 comments on commit 398f8f9

Please sign in to comment.