Skip to content

Commit

Permalink
docs(cordyceps): point README links at docs.rs (#202)
Browse files Browse the repository at this point in the history
Now that we're on crates.io...

Signed-off-by: Eliza Weisman <[email protected]>
  • Loading branch information
hawkw authored Jun 6, 2022
1 parent 05c1509 commit f0f2748
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cordyceps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cordyceps

the [Mycelium] intrusive data structures library.
🍄 the [Mycelium] intrusive data structures library.

[![crates.io][crates-badge]][crates-url]
[![Documentation][docs-badge]][docs-url]
Expand Down Expand Up @@ -88,8 +88,8 @@ The following features are available (this list is incomplete; you can help by [
[Mycelium]: https://github.com/hawkw/mycelium
[intrusive]: https://www.boost.org/doc/libs/1_45_0/doc/html/intrusive/intrusive_vs_nontrusive.html
[cordyceps]: https://en.wikipedia.org/wiki/Cordyceps#Biology
[list]: https://mycelium.elizas.website/cordyceps/struct.list
[queue]: https://mycelium.elizas.website/cordyceps/mpsc_queue/struct.mpscqueue
[`Linked`]: https://mycelium.elizas.website/cordyceps/trait.linked
[list]: https://docs.rs/cordyceps/latest/cordyceps/struct.List.html
[queue]: https://docs.rs/cordyceps/latest/cordyceps/mpsc_queue/struct.MpscQueue.html
[`Linked`]: https://docs.rs/cordyceps/latest/cordyceps/trait.Linked.html
[`liballoc`]: https://doc.rust-lang.org/alloc/
[`libstd`]: https://doc.rust-lang.org/std/

0 comments on commit f0f2748

Please sign in to comment.