Skip to content

Commit

Permalink
more fixes to pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
kevshin2002 committed Feb 5, 2024
1 parent d72c12c commit 6b927b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion source/Example/Backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
4 changes: 2 additions & 2 deletions source/Example/Design Process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
[Previous: Getting Started](Getting Started){: .float-left .v-align-text-top}
[Next: Frontend](Frontend){: .float-right .v-align-text-top}
2 changes: 1 addition & 1 deletion source/Example/Example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
4 changes: 2 additions & 2 deletions source/Example/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
[Previous: Example](../Example){: .float-left .v-align-text-top}
[Next: Design Process](Design Process){: .float-right .v-align-text-top}

0 comments on commit 6b927b4

Please sign in to comment.