Skip to content

Commit

Permalink
docs: fix main branch docs link (#290)
Browse files Browse the repository at this point in the history
This fixes a broken link in README.md.
  • Loading branch information
spookyvision authored Aug 2, 2022
1 parent c0bf72e commit 4dbdf37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitfield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[docs-badge]: https://docs.rs/mycelium-bitfield/badge.svg
[docs-url]: https://docs.rs/mycelium-bitfield
[docs-main-badge]: https://img.shields.io/netlify/3ec00bb5-251a-4f83-ac7f-3799d95db0e6?label=docs%20%28main%20branch%29
[docs-main-url]: https://mycelium.elizas.website/mycelium-bitfield
[docs-main-url]: https://mycelium.elizas.website/mycelium_bitfield
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: ../LICENSE
[tests-badge]: https://github.com/hawkw/mycelium/actions/workflows/ci.yml/badge.svg?branch=main
Expand Down Expand Up @@ -292,4 +292,4 @@ implementing [`FromBits`] for user-defined types.
[mbf-validation]:
https://docs.rs/modular-bitfield/latest/modular_bitfield/#example-extra-safety-guard
[`Pack64`]:
https://docs.rs/mycelium-bitfield/latest/mycelium_bitfield/pack/struct.Pack64.html
https://docs.rs/mycelium-bitfield/latest/mycelium_bitfield/pack/struct.Pack64.html

0 comments on commit 4dbdf37

Please sign in to comment.