From 03440d83c90555b88c6c99ec9c42bac2d0f30266 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sun, 1 Feb 2026 16:58:36 +0000 Subject: docs: add links --- README.md | 6 ++++++ ls_args.h | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bff5cc6..d0f9eb7 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,9 @@ See [`ls_args.h`](ls_args.h) for detailed documentation and usage patterns. ## License MIT. + +## Links + +- [Website](https://libls.org) +- [GitHub](https://github.com/libls/args.git) +- [LibLS Git](https://git.libls.org/args.git) diff --git a/ls_args.h b/ls_args.h index 90b10ce..d8e6ada 100644 --- a/ls_args.h +++ b/ls_args.h @@ -3,7 +3,8 @@ * * Version: 2.4 * Website: https://libls.org - * Repo: https://github.com/libls/args + * GitHub: https://github.com/libls/args + * Mirror: https://git.libls.org/args.git * SPDX-License-Identifier: MIT * * ==== TABLE OF CONTENTS ==== -- cgit