From e33997d820fe1cbf5201cee8c5c33e24df38f2e6 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 18 Sep 2024 16:14:20 +0200 Subject: [PATCH] docs: link to latest docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b77c4e9..47a11a8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ no matter the order or the timing due to unreliable networks or constrained reso changes will always carry their original intention. On top of this baseline, `codemp`'s protocol is optimized for speed and low network footprint, meaning even slow connections can provide stable real-time editing. -The full documentation is available on [docs.rs](https://docs.rs/codemp/0.7.0-beta44/codemp/). +The full documentation is available on [docs.rs](https://docs.rs/codemp/). # Usage `codemp` is primarily used as a plugin in your editor of choice.