Skip to content

Commit

Permalink
docs: fix forwarding rule in nginx (#376)
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Worm <[email protected]>
  • Loading branch information
verdverm and Tony Worm authored Jun 2, 2024
1 parent 5e54139 commit b2c41d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/ci/server.template
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ server {
proxy_pass https://www.google-analytics.com;
}

location /the-walkthrough {
location /first-example {
rewrite ^ /the-walkthrough;
}

Expand Down
2 changes: 0 additions & 2 deletions docs/content/the-walkthrough/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ description: >
See all of hof's features in the process.
---

TODO: convert this to a simple version of topical source

{{<lead>}}
The Walkthrough will take you on a tour of hof's features,
covering the end-to-end developer experience.
Expand Down

0 comments on commit b2c41d6

Please sign in to comment.