Skip to content

Commit

Permalink
docs: fix nasty link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
acovaci committed May 17, 2024
1 parent f1c6a6e commit fc8338f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Expand Array Rust Macro

![](https://img.shields.io/github/actions/workflow/status/acovaci/expand-array-rust-macro/rust.yml)
[
![](https://img.shields.io/crates/v/expand-array)
![](https://img.shields.io/crates/d/expand-array)
![](https://img.shields.io/crates/l/expand-array)
[![](https://img.shields.io/crates/v/expand-array)
](https://crates.io/crates/expand-array)
[
![](https://docs.rs/expand_array/badge.svg)
[![](https://img.shields.io/crates/d/expand-array)
](https://crates.io/crates/expand-array)
[![](https://img.shields.io/crates/l/expand-array)
](https://crates.io/crates/expand-array)
[![](https://docs.rs/expand_array/badge.svg)
](https://docs.rs/expand-array)

This crate provides a macro to convert a static array to a fixed-size array.
Expand Down

0 comments on commit fc8338f

Please sign in to comment.