Răsfoiți Sursa

Merge pull request #1184 from Mouradost/patch-1

Update web.md
Jonathan Kelley 1 an în urmă
părinte
comite
970c43702e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docs/guide/src/en/getting_started/web.md

+ 1 - 1
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