Skip to content

Commit

Permalink
Fix rust readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn committed Oct 15, 2023
1 parent 16efa21 commit a15b2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rust/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![crates.io](https://img.shields.io/crates/v/fastnoise-lite?logo=rust "crates.io")](https://crates.io/crates/fastnoise-lite)[docs.rs](https://docs.rs/fastnoise-lite/latest/bezier_rs/)[GitHub](https://github.com/Auburn/FastNoiseLite)
[![crates.io](https://img.shields.io/crates/v/fastnoise-lite?logo=rust "crates.io")](https://crates.io/crates/fastnoise-lite)[docs.rs](https://docs.rs/fastnoise-lite/latest/fastnoise_lite/)[GitHub](https://github.com/Auburn/FastNoiseLite)

# FastNoise Lite

Expand All @@ -23,7 +23,7 @@ FastNoise Lite is an extremely portable open source noise generation library wit

Below is an example for creating a 128x128 array of OpenSimplex2 noise.

Additional documentation is available at [docs.rs](https://docs.rs/fastnoise-lite/latest/bezier_rs/) and the project's [Getting Started](https://github.com/Auburn/FastNoiseLite/wiki#getting-started) and [Documentation](https://github.com/Auburn/FastNoiseLite/wiki/Documentation) pages from its GitHub wiki.
Additional documentation is available at [docs.rs](https://docs.rs/fastnoise-lite/latest/fastnoise_lite/) and the project's [Getting Started](https://github.com/Auburn/FastNoiseLite/wiki#getting-started) and [Documentation](https://github.com/Auburn/FastNoiseLite/wiki/Documentation) pages from its GitHub wiki.

```rs
use fastnoise_lite::*;
Expand Down

0 comments on commit a15b2e8

Please sign in to comment.