From fe8f7bc5685efff7435ee5049bec853c805d28ce Mon Sep 17 00:00:00 2001 From: jroddev Date: Fri, 26 Apr 2024 19:45:02 +1000 Subject: [PATCH] fix: tauri prerequisites link + mention localhost:8080 on Getting Started Page --- docs-src/0.5/en/getting_started/index.md | 2 ++ src/components/desktop_dependencies.rs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs-src/0.5/en/getting_started/index.md b/docs-src/0.5/en/getting_started/index.md index 24c2f21ef..8eaedda9b 100644 --- a/docs-src/0.5/en/getting_started/index.md +++ b/docs-src/0.5/en/getting_started/index.md @@ -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). diff --git a/src/components/desktop_dependencies.rs b/src/components/desktop_dependencies.rs index 0a881356d..a87439dd3 100644 --- a/src/components/desktop_dependencies.rs +++ b/src/components/desktop_dependencies.rs @@ -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/" } "." }