Skip to content

Commit 6e50e15

Browse files
authored
Fix end-to-end testing repository links (#620)
The current links 404, the files are nested under `packages/`.
1 parent 702ccd0 commit 6e50e15

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • docs-src/0.7/src/guides/testing

docs-src/0.7/src/guides/testing/web.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ webServer: [
4141
],
4242
```
4343

44-
- [Web example](https://github.com/DioxusLabs/dioxus/tree/main/playwright-tests/web)
45-
- [Liveview example](https://github.com/DioxusLabs/dioxus/tree/main/playwright-tests/liveview)
46-
- [Fullstack example](https://github.com/DioxusLabs/dioxus/tree/main/playwright-tests/fullstack)
44+
- [Web example](https://github.com/DioxusLabs/dioxus/tree/main/packages/playwright-tests/web)
45+
- [Liveview example](https://github.com/DioxusLabs/dioxus/tree/main/packages/playwright-tests/liveview)
46+
- [Fullstack example](https://github.com/DioxusLabs/dioxus/tree/main/packages/playwright-tests/fullstack)

0 commit comments

Comments
 (0)