From ff4b9a9b5b390fc455bee45a899dc8cca4a4394f Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Sat, 13 Jan 2024 21:38:20 +0000 Subject: [PATCH] change documentation to docs.rs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a0c1f96..c7a430ad 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ To sample Floem's capabilities, check out the repo and run the [widget gallery]( ![Widget gallery](docs/img/widget-gallery.png) -To help you master Floem, we provide [documentation](http://lapce.dev/floem/floem/) and [code examples](examples/). +To help you master Floem, we provide [documentation](https://docs.rs/floem) and [code examples](examples/). ## Contributions