diff --git a/source/Example/Backend.md b/source/Example/Backend.md index 455bb23..42e3126 100644 --- a/source/Example/Backend.md +++ b/source/Example/Backend.md @@ -71,4 +71,4 @@ We're then going to add these routes. ``` [Previous: Frontend](Frontend){: .float-left .v-align-text-top} -[Next: Building our Website](Example){: .float-right .v-align-text-top} +[Next: Building our Website](Website){: .float-right .v-align-text-top} diff --git a/source/Example/Design Process.md b/source/Example/Design Process.md index c995bbf..46d1ac9 100644 --- a/source/Example/Design Process.md +++ b/source/Example/Design Process.md @@ -19,5 +19,5 @@ nav_order: 2 {: .note } > By [Kevin](github or linkedin) -[Previous: Getting Started](Example/Getting Started){: .float-left .v-align-text-top} -[Next: Frontend](Example/Frontend){: .float-right .v-align-text-top} \ No newline at end of file +[Previous: Getting Started](Getting Started){: .float-left .v-align-text-top} +[Next: Frontend](Frontend){: .float-right .v-align-text-top} \ No newline at end of file diff --git a/source/Example/Example.md b/source/Example/Example.md index 89a39f1..ceb1fe2 100644 --- a/source/Example/Example.md +++ b/source/Example/Example.md @@ -13,4 +13,4 @@ permalink: /Example [Previous: RESTful](Backend/RESTful){: .float-left .v-align-text-top} -[Next: Getting Started](Getting Started){: .float-right .v-align-text-top} +[Next: Getting Started](Example/Getting Started){: .float-right .v-align-text-top} diff --git a/source/Example/Getting Started.md b/source/Example/Getting Started.md index 3dfd3ef..a35178d 100644 --- a/source/Example/Getting Started.md +++ b/source/Example/Getting Started.md @@ -52,5 +52,5 @@ pip install uvicorn Once these are installed, you are all set up to start creating your website. -[Previous: Example](Example){: .float-left .v-align-text-top} -[Next: Design Process](Example/Design Process){: .float-right .v-align-text-top} \ No newline at end of file +[Previous: Example](../Example){: .float-left .v-align-text-top} +[Next: Design Process](Design Process){: .float-right .v-align-text-top} \ No newline at end of file