Skip to content

Commit caa58ba

Browse files
authored
Update README.md
1 parent df7d642 commit caa58ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/concepts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A component is the smallest UI-Element and can consist of other components. mate
1515
provides a wide set of core components, which enables you to easily build your UI.
1616
You can build your own components as well, either static or dynamic.
1717

18-
Learn more about [components](component.md)
18+
Learn more about [components](/docs/concepts/component.md)
1919

2020
Show all core [components](/docs/components/README.md)
2121

@@ -27,7 +27,7 @@ be aligned to each other.
2727

2828
A page composes multiple components in order to display the main content.
2929

30-
Learn more about [pages](page.md)
30+
Learn more about [pages](/docs/concepts/page.md)
3131

3232
## App
3333

@@ -40,4 +40,4 @@ an Backoffice-App managing all kind of data and processes.
4040

4141
A matestack app manages multiple pages in order to fullfill one specific purpose of your organization.
4242

43-
Learn more about [apps](app.md)
43+
Learn more about [apps](/docs/concepts/app.md)

0 commit comments

Comments
 (0)