Skip to content

Commit 5bf7514

Browse files
authored
Update README.md
1 parent 7fe9091 commit 5bf7514

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/start/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ The docs cover following main topics:
1010
- Reactive apps in pure Ruby
1111

1212

13-
## [Installation](/docs/core/start/100-installation/)
13+
## [Installation](/docs/start/100-installation/)
1414

1515
Learn how to properly set up and update matestack-ui-core with your existing Rails application.
1616

17-
## [UI components in pure Ruby](/docs/core/ui_components/README.md)
17+
## [UI components in pure Ruby](/docs/ui_components/README.md)
1818

1919
Craft your UI based on your components written in pure Ruby. Utilizing Ruby's amazing language features, you're able to create a cleaner and more maintainable UI implementation.
2020

21-
## [Reactive components in pure Ruby](/docs/core/reactive_components/README.md)
21+
## [Reactive components in pure Ruby](/docs/reactive_components/README.md)
2222

2323
What about going even one step further and implement **REACTIVE** UIs in pure Ruby? Matestack's reactive core components can be used with a simple Ruby DSL enabling you to create reactive UIs without touching JavaScript!
2424

25-
## [Reactive apps in pure Ruby](/docs/core/reactive_apps/README.md)
25+
## [Reactive apps in pure Ruby](/docs/reactive_apps/README.md)
2626

2727
The last step in order to leverage the full Matestack power: Create app (~Rails layout) and page (Rails ~view) classes and implement dynamic page transitions without any JavaScript implementation required.

0 commit comments

Comments
 (0)