Skip to content

Commit

Permalink
Local and Source paths differ
Browse files Browse the repository at this point in the history
  • Loading branch information
kevshin2002 committed Feb 5, 2024
1 parent 5a1fecf commit d72c12c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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](Example){: .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 @@ -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}
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](Example/Design Process){: .float-right .v-align-text-top}

0 comments on commit d72c12c

Please sign in to comment.