Skip to content

Commit 621f932

Browse files
committed
fixed guides links
1 parent 210abe7 commit 621f932

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/guides/2-essential/02_active_record.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ git add . && git commit -m "Introduce person model including seeds, add it to ma
135135

136136
We have updated the app to use a working database model, added some records and displayed them on an index page.
137137

138-
Let's continue and build even cooler stuff by heading directly to the [next part of the series](/guides/essential/03_index_show.md).
138+
Let's continue and build even cooler stuff by heading directly to the [next part of the series](/docs/guides/essential/03_index_show.md).

docs/guides/2-essential/03_index_show_transition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ git add . && git commit -m "Add index/show matestack pages for person model (inc
143143

144144
Our **person** model now has a dedicated index and show page. The pages within our `matestack` app are properly linked to each other. We learned how we can access data and use rails helpers inside of pages, apps and components and how transitions in more detail work.
145145

146-
Let's continue and add the necessary functionality for adding new persons and editing existing ones in the [next part of the series](/guides/essential/04_form_create_update_delete.md).
146+
Let's continue and add the necessary functionality for adding new persons and editing existing ones in the [next part of the series](/docs/guides/essential/04_form_create_update_delete.md).

docs/guides/2-essential/04_forms_edit_new_create_update_delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,4 @@ We got a brief introduction of the `form` and `action` components and know how t
312312

313313
But there's still more guides coming - so what's left? In the upcoming chapters, we will dive deeper into some `matestack` concepts to further enhance both user experience and developer happiness!
314314

315-
Take a well deserved rest and make sure to come back to the next part of this series, introducing the powerful [`toggle component`](/guides/essential/05_toggle_component.md).
315+
Take a well deserved rest and make sure to come back to the next part of this series, introducing the powerful [`toggle component`](/docs/guides/essential/05_toggle_component.md).

docs/guides/2-essential/08_collection_async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@ We learned how to use matestacks `collection` component to generate a filterable
247247

248248
So what's left? In the upcoming guides, you will create your own Vue.js components and learn about other topics like styling, notifications and authorization that are part of modern web applications
249249

250-
So stay tuned and, once ready, head over to the next part, covering [vue.js components](/guides/essential/09_dynamic_components.md) for powerful custom components.
250+
So stay tuned and, once ready, head over to the next part, covering [vue.js components](/docs/guides/essential/09_dynamic_components.md) for powerful custom components.

docs/guides/2-essential/11_authentication_devise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,4 +1040,4 @@ to check out the latest additions to the application!
10401040
## Recap & outlook
10411041
By adding a working authentication functionality and an admin behind a login, our project now resembles a real-world software applications! On the way there, we covered some advanced topics like authentication via the `Devise` gem, serving different JavaScript packs using `Webpacker` and Rails `layouts` as well as adding text via `locales`.
10421042

1043-
While the application is good as it is right now, go ahead and check out the [final part of this guide](/guides/essential/10_wrap_up.md).
1043+
While the application is good as it is right now, go ahead and check out the [final part of this guide](/docs/guides/essential/10_wrap_up.md).

docs/guides/2-essential/12_wrap_up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Since you are now familiar with the basics behind the `matestack-ui-core` librar
2121

2222
- a collection of [best practices](guides/best_practices/README.md)
2323
- going crazy with [custom dynamic components and Vue.js](README.md)
24-
- migrate [legacy Rails applications](/guides/migrate/README.md) to use `matestack-ui-core`
24+
- migrate [legacy Rails applications](/docs/guides/migrate/README.md) to use `matestack-ui-core`
2525
- [extend core functionality](README.md) of `matestack-ui-core`
2626
- using `matestack` to create [Progressive Web Applications](guides/pwa/README.md)
2727

0 commit comments

Comments
 (0)