fizyk20 / generic-array

Generic array types in Rust
MIT License
405 stars 77 forks source link

Broken links in doc.rs documentation #109

Closed louib closed 1 year ago

louib commented 4 years ago

There are a few broken links in the documentation located at https://docs.rs/generic-array/0.14.4/generic_array/index.html. Namely, both unsigned integer types and typenum links are dead. The version build directly from the GitHub repo (located at https://fizyk20.github.io/generic-array/generic_array/) works though.