Updated github-related links

This commit is contained in:
Dzuchun 2025-01-16 22:48:59 +02:00
commit 04845a9572
2 changed files with 5 additions and 5 deletions

View file

@ -4,9 +4,9 @@ version = "0.2.0"
authors = ["Diachenko Artem", "Artem 34ty804krytp92e239eku@gmail.com"]
edition = "2021"
description = "`nalgebra` storage implementation backed by `generic_array`"
documentation = "https://dzuchun.github.io/generic_array_storage/generic_array_storage/index.html"
documentation = "https://dzuchun.github.io/generic-array-storage/generic_array_storage/index.html"
readme = "README.md"
repository = "https://github.com/Dzuchun/generic_array_storage"
repository = "https://github.com/Dzuchun/generic-array-storage"
license = "GPL-3.0 license"
keywords = ["nalgebra", "typenum"]
categories = ["no-std", "no-std::no-alloc"]

View file

@ -1,5 +1,5 @@
![CI status](https://github.com/Dzuchun/generic_array_storage/actions/workflows/build.yml/badge.svg)
[![Documentation status](https://github.com/Dzuchun/generic_array_storage/actions/workflows/docs.yml/badge.svg)][docs]
![CI status](https://github.com/Dzuchun/generic-array-storage/actions/workflows/build.yml/badge.svg)
[![Documentation status](https://github.com/Dzuchun/generic-array-storage/actions/workflows/docs.yml/badge.svg)][docs]
```text
This crate does not require nor std nor alloc. You're welcome ❤️
```
@ -82,4 +82,4 @@ For ease of use, there's a `GenericMatrix` type alias, and `GenericMatrixExt` ex
[`nalgebra`]: https://docs.rs/nalgebra/latest/nalgebra
[`generic_array`]: https://docs.rs/generic-array/latest/generic_array
[`typenum`]: https://docs.rs/typenum/latest/typenum
[docs]: https://dzuchun.github.io/generic_array_storage/generic_array_storage/index.html
[docs]: https://dzuchun.github.io/generic-array-storage/generic_array_storage/index.html