Skip to content

Commit 7fe9091

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/start/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ The docs cover following main topics:
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/)
17+
## [UI components in pure Ruby](/docs/core/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/)
21+
## [Reactive components in pure Ruby](/docs/core/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/)
25+
## [Reactive apps in pure Ruby](/docs/core/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)