diff --git a/Cargo.toml b/Cargo.toml index 63c37db..3209f36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "codemp-proto" description = "protocol definitions for codemp -- code multiplexer" -homepage = "https://codemp.dev" +homepage = "https://code.mp" repository = "https://github.com/hexedtech/codemp-proto" authors = [ "alemi ", diff --git a/README.md b/README.md index c9cc412..60015b3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![codemp](https://codemp.dev/static/banner.png)](https://codemp.dev) +[![codemp](https://code.mp/static/banner.png)](https://code.mp) [![Actions Status](https://github.com/hexedtech/codemp-proto/actions/workflows/ci.yml/badge.svg)](https://github.com/hexedtech/codemp-proto/actions) [![Crates.io Version](https://img.shields.io/crates/v/codemp-proto)](https://crates.io/crates/codemp-proto) diff --git a/src/lib.rs b/src/lib.rs index 7eab7ae..51a7040 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,9 +1,9 @@ //! # CodeMP Protocol - cooperative development -//! `codemp-proto` is the gRPC protocol specification powering [`codemp`](https://codemp.dev). +//! `codemp-proto` is the gRPC protocol specification powering [`codemp`](https://code.mp). //! //! This is built on top of [tonic] and provides both clientside and serverside service //! implementations. -#![doc(html_logo_url = "https://codemp.dev/logo-round.png")] +#![doc(html_logo_url = "https://code.mp/logo-round.png")] /// common types across services #[allow(non_snake_case)]