From 49a6a66ab65dd5d89f917ffcc8ff6404b18ecb43 Mon Sep 17 00:00:00 2001 From: Lablack Mourad Date: Tue, 11 Jul 2023 15:25:32 +0800 Subject: [PATCH] Update web.md Updated the link to dioxus-cli from the depricated repo to the new location. --- docs/guide/src/en/getting_started/web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/src/en/getting_started/web.md b/docs/guide/src/en/getting_started/web.md index b29b8d691..7f3d04848 100644 --- a/docs/guide/src/en/getting_started/web.md +++ b/docs/guide/src/en/getting_started/web.md @@ -22,7 +22,7 @@ The Web is the best-supported target platform for Dioxus. ## Tooling -To develop your Dioxus app for the web, you'll need a tool to build and serve your assets. We recommend using [dioxus-cli](https://github.com/DioxusLabs/cli) which includes a build system, Wasm optimization, a dev server, and support hot reloading: +To develop your Dioxus app for the web, you'll need a tool to build and serve your assets. We recommend using [dioxus-cli](https://github.com/DioxusLabs/dioxus/tree/master/packages/cli) which includes a build system, Wasm optimization, a dev server, and support hot reloading: ```shell cargo install dioxus-cli