Skip to content

Commit

Permalink
Update link to rust file in hello_world.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gianpaj authored and obmarg committed Mar 1, 2024
1 parent d12424a commit 4a95bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guide/hello_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project.
## Creating an app

```admonish example
You can find the full code for this part of the guide [here](https://github.com/redbadger/crux/blob/master/examples/hello_world/shared/src/hello_world.rs)
You can find the full code for this part of the guide [here](https://github.com/redbadger/crux/blob/master/examples/hello_world/shared/src/app.rs)
```

To start with, we need a `struct` to be the root of our app.
Expand Down

0 comments on commit 4a95bc7

Please sign in to comment.