From a578af72fecccffefc6da7bfeb0dc9fcd6443ff2 Mon Sep 17 00:00:00 2001 From: john-bv Date: Sun, 20 Aug 2023 21:24:39 -0500 Subject: [PATCH] docs: Update link errors for crates.io [ci skip] --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7687922..c584910 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A fully functional RakNet implementation in pure rust, asynchronously driven. ## Getting Started -RakNet (rak-rs) is available on [crates.io](), to use it, add the following to your `Cargo.toml`: +RakNet (rak-rs) is available on [crates.io](https://crates.io/crates/rak-rs), to use it, add the following to your `Cargo.toml`: ```toml [dependencies] diff --git a/src/lib.rs b/src/lib.rs index 8432dea..7967bd4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ //! //! ## Getting Started //! -//! RakNet (rak-rs) is available on [crates.io](), to use it, add the following to your `Cargo.toml`: +//! RakNet (rak-rs) is available on [crates.io](https://crates.io/crates/rak-rs), to use it, add the following to your `Cargo.toml`: //! //! ```toml //! [dependencies]