Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: tauri prereqs link + mention localhost:8080 on Getting Started Page #264

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs-src/0.5/en/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ cd my_project
dx serve
```

For Web targets the application will be served at [http://localhost:8080](http://localhost:8080)

## Conclusion

That's it! You now have a working Dioxus project. You can continue learning about dioxus by [making a hackernews clone in the guide](../guide/index.md), or learning about specific topics/platforms in the [reference](../reference/index.md). If you have any questions, feel free to ask in the [discord](https://discord.gg/XgGxMSkvUM) or [open a discussion](https://github.com/DioxusLabs/dioxus/discussions).
2 changes: 1 addition & 1 deletion src/components/desktop_dependencies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ fn LinuxDependencies() -> Element {
"If you run into issues, make sure you have all the basics installed, as outlined in the "
Link {
"Tauri docs"
to: "https://beta.tauri.app/guides/prerequisites/"
to: "https://beta.tauri.app/start/prerequisites/"
}
"."
}
Expand Down