From 9935eaf91a267e454a7dbd878da07cd44d272446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Tue, 30 Sep 2025 19:11:59 +0200 Subject: [PATCH] docs: fix DOM link --- book/src/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/introduction.md b/book/src/introduction.md index ebc6d16..1747402 100644 --- a/book/src/introduction.md +++ b/book/src/introduction.md @@ -12,7 +12,7 @@ Rust Testing Library is a Rust port of [Testing Library](https://testing-library Rust Testing Library is available for these Rust frameworks: -- [DOM](./packages/dom) ([`web-sys`](https://rustwasm.github.io/wasm-bindgen/web-sys/index.html)) +- [DOM](./frameworks/dom/README.md) ([`web-sys`](https://rustwasm.github.io/wasm-bindgen/web-sys/index.html)) The following frameworks are under consideration: