diff --git a/source/Example/Backend.md b/source/Example/Backend.md index fba4f8b..455bb23 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](Example){: .float-right .v-align-text-top} diff --git a/source/Example/Example.md b/source/Example/Example.md index 90976f2..89a39f1 100644 --- a/source/Example/Example.md +++ b/source/Example/Example.md @@ -12,5 +12,5 @@ permalink: /Example > By [name](github or linkedin) -[Previous: RESTful](/Backend/RESTful){: .float-left .v-align-text-top} +[Previous: RESTful](Backend/RESTful){: .float-left .v-align-text-top} [Next: Getting Started](Getting Started){: .float-right .v-align-text-top} diff --git a/source/Example/Getting Started.md b/source/Example/Getting Started.md index 701b47c..3dfd3ef 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](Example/Design Process){: .float-right .v-align-text-top} \ No newline at end of file