Skip to content

Commit

Permalink
docs: Update link errors for crates.io [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bv committed Aug 21, 2023
1 parent 399b1c4 commit a578af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a578af7

Please sign in to comment.