Skip to content

Commit

Permalink
fix get started sequence links
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Mar 11, 2024
1 parent dcac146 commit 593175f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/get-started/2-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ These files and folders make up the structure of a Holochain application, with t

Now it's time to try scaffolding your own application. Follow the instructions in the next guide to learn how to generate back-end and UI code.

[Forum app tutorial →](../3-forum-app-tutorial/){.btn-purple}
[Forum app tutorial →](/get-started/3-forum-app-tutorial/){.btn-purple}
2 changes: 1 addition & 1 deletion src/pages/get-started/3-forum-app-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1129,4 +1129,4 @@ Save the file, then go back to the UI windows to see the changes. Try typing in

Now that you've built a hApp, you can learn how to package it for distribution to your users.

[Package your hApp →](../4-packaging-and-distribution/){.btn-purple}
[Package your hApp →](/get-started/4-packaging-and-distribution/){.btn-purple}
2 changes: 1 addition & 1 deletion src/pages/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ Congratulations! The Holochain development environment is now set up successfull

Now it's time to download, compile, and try an example Holochain application.

[Try 'Hello World' →](../2-hello-world/){.btn-purple}
[Try 'Hello World' →](/get-started/2-hello-world/){.btn-purple}

0 comments on commit 593175f

Please sign in to comment.