mirror of
https://github.com/hexedtech/codemp.git
synced 2025-03-16 11:55:31 +01:00
docs: update docs links
This commit is contained in:
parent
04e021f964
commit
fd109d6c39
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[](https://codemp.dev)
|
||||
|
||||
[](https://github.com/hexedtech/codemp/actions)
|
||||
[](https://docs.rs/codemp/0.7.0-beta.1/codemp/)
|
||||
[](https://docs.rs/codemp/0.7.0-beta.2/codemp/)
|
||||
[](https://crates.io/crates/codemp)
|
||||
[](https://npmjs.org/package/codemp)
|
||||
[](https://pypi.org/project/codemp)
|
||||
|
@ -20,7 +20,7 @@ even under unreliable networks or constrained resources, the underlying CRDT wil
|
|||
convergent state across all users. Even with 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).
|
||||
The full documentation is available on [docs.rs](https://docs.rs/codemp/0.7.0-beta.2/codemp/).
|
||||
|
||||
# Usage
|
||||
`codemp` is primarily used as a plugin in your editor of choice.
|
||||
|
|
Loading…
Add table
Reference in a new issue