diff --git a/docs-src/0.3/en/getting_started/desktop.md b/docs-src/0.3/en/getting_started/desktop.md index 02ee9ac8..f453b1b1 100644 --- a/docs-src/0.3/en/getting_started/desktop.md +++ b/docs-src/0.3/en/getting_started/desktop.md @@ -8,7 +8,7 @@ Examples: - [File Explorer](https://github.com/DioxusLabs/example-projects/blob/master/file-explorer) - [WiFi Scanner](https://github.com/DioxusLabs/example-projects/blob/master/wifi-scanner) -[![File ExplorerExample](https://raw.githubusercontent.com/DioxusLabs/example-projects/master/file-explorer/image.png)](https://github.com/DioxusLabs/example-projects/tree/master/file-explorer) +[![File ExplorerExample](https://github.com/DioxusLabs/example-projects/raw/master/file-explorer/assets/image.png)](https://github.com/DioxusLabs/example-projects/tree/master/file-explorer) ## Support diff --git a/docs-src/0.3/pt-br/getting_started/desktop.md b/docs-src/0.3/pt-br/getting_started/desktop.md index 1b937fc0..d5b2292b 100644 --- a/docs-src/0.3/pt-br/getting_started/desktop.md +++ b/docs-src/0.3/pt-br/getting_started/desktop.md @@ -9,7 +9,7 @@ Exemplos: - [Explorador de arquivos](https://github.com/DioxusLabs/example-projects/blob/master/file-explorer) - [Scanner WiFi](https://github.com/DioxusLabs/example-projects/blob/master/wifi-scanner) -[![Exemplo do Explorador de Arquivos](https://raw.githubusercontent.com/DioxusLabs/example-projects/master/file-explorer/image.png)](https://github.com/DioxusLabs/example-projects/tree /master/file-explorer) +[![Exemplo do Explorador de Arquivos](https://github.com/DioxusLabs/example-projects/raw/master/file-explorer/assets/image.png)](https://github.com/DioxusLabs/example-projects/tree /master/file-explorer) ## Suporte diff --git a/docs-src/0.4/en/getting_started/desktop.md b/docs-src/0.4/en/getting_started/desktop.md index cfa4a08f..13576829 100644 --- a/docs-src/0.4/en/getting_started/desktop.md +++ b/docs-src/0.4/en/getting_started/desktop.md @@ -15,7 +15,7 @@ Dioxus desktop is built off [Tauri](https://tauri.app/). Right now there are lim - [File Explorer](https://github.com/DioxusLabs/example-projects/blob/master/file-explorer) - [WiFi Scanner](https://github.com/DioxusLabs/example-projects/blob/master/wifi-scanner) -[![File Explorer screenshot](https://raw.githubusercontent.com/DioxusLabs/example-projects/master/file-explorer/image.png)](https://github.com/DioxusLabs/example-projects/tree/master/file-explorer) +[![File Explorer screenshot](https://github.com/DioxusLabs/example-projects/raw/master/file-explorer/assets/image.png)](https://github.com/DioxusLabs/example-projects/tree/master/file-explorer) Here's a [query](https://github.com/search?q=repo%3ADioxusLabs%2Fdioxus+path%3A%2F%5Eexamples%5C%2F%2F+%22use+dioxus_desktop%22&type=code) for the main repo to find examples which use `dioxus_desktop` (might not be 100% acurrate).