Skip to content

Commit

Permalink
docs: update docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Sep 5, 2024
1 parent 04e021f commit fd109d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![codemp](https://codemp.dev/static/banner.png)](https://codemp.dev)

[![Actions Status](https://github.com/hexedtech/codemp/actions/workflows/ci.yml/badge.svg)](https://github.com/hexedtech/codemp/actions)
[![docs.rs](https://img.shields.io/docsrs/codemp)](https://docs.rs/codemp/0.7.0-beta.1/codemp/)
[![docs.rs](https://img.shields.io/docsrs/codemp)](https://docs.rs/codemp/0.7.0-beta.2/codemp/)
[![Crates.io Version](https://img.shields.io/crates/v/codemp)](https://crates.io/crates/codemp)
[![NPM Version](https://img.shields.io/npm/v/codemp)](https://npmjs.org/package/codemp)
[![PyPI - Version](https://img.shields.io/pypi/v/codemp)](https://pypi.org/project/codemp)
Expand All @@ -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.
Expand Down

0 comments on commit fd109d6

Please sign in to comment.