fixing relative links

This commit is contained in:
Ken
2019-03-04 19:01:59 -08:00
parent 1c65b231f2
commit f1545d02be
17 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
# Step 2.5 - Redux: The Store (Demo)
[Lessons](../) | [Exercise](./exercise/) | [Demo](./demo/)
[Lessons](../../) | [Exercise](../exercise/) | [Demo](../demo/)
In this step, we will look at solving the problems of complex applications (as mentioned in Step 4) with a library called [Redux](https://redux.js.org).

View File

@@ -1,6 +1,6 @@
# Step 2.5: Redux: Reducers (Exercise)
[Lessons](../) | [Exercise](./exercise/) | [Demo](./demo/)
[Lessons](../../) | [Demo](../demo/)
If you don't already have the app running, start it by running `npm start` from the root of the `frontend-bootcamp` folder. Click the "exercise" link under day 2 step 5 to see results.