From 884184209ea96f07efa7eb92e405ca8c5cfc38a8 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sun, 1 Feb 2026 16:59:29 +0000 Subject: docs: add links --- README.md | 6 ++++++ ls_vec.h | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 803fe4c..7f2a7eb 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,9 @@ See [`ls_vec.h`](ls_vec.h) for detailed documentation and usage patterns. ## License MIT. + +## Links + +- [Website](https://libls.org) +- [GitHub](https://github.com/libls/vec.git) +- [LibLS Git](https://git.libls.org/vec.git) diff --git a/ls_vec.h b/ls_vec.h index 9fdec5c..4b29300 100644 --- a/ls_vec.h +++ b/ls_vec.h @@ -2,7 +2,8 @@ * * Version: 2.0 * Website: https://libls.org - * Repo: https://github.com/libls/vec + * GitHub: https://github.com/libls/vec + * Mirror: https://git.libls.org/vec.git * SPDX-License-Identifier: MIT * * ==== TABLE OF CONTENTS ==== -- cgit