From 349e4b3bb90ac7f2b9633ce7c726c031863ca623 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sun, 1 Feb 2026 16:58:53 +0000 Subject: docs: add more links --- README.md | 6 ++++++ ls_queue.h | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54c35c3..db88447 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,9 @@ See [`ls_queue.h`](ls_queue.h) for detailed documentation and usage patterns. ## License MIT. + +## Links + +- [Website](https://libls.org) +- [GitHub](https://github.com/libls/test.git) +- [LibLS Git](https://git.libls.org/test.git) diff --git a/ls_queue.h b/ls_queue.h index d485071..def53a4 100644 --- a/ls_queue.h +++ b/ls_queue.h @@ -2,7 +2,8 @@ * * Version: 2.1 * Website: https://libls.org - * Repo: https://github.com/libls/queue + * GitHub: https://github.com/libls/queue + * Mirror: https://git.libls.org/queue.git * SPDX-License-Identifier: MIT * * ==== TABLE OF CONTENTS ==== -- cgit