From 6f2d63c9ab43a528d8b3b78547d2d16e4bb26057 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sun, 1 Feb 2026 16:59:11 +0000 Subject: docs: add more links --- README.md | 6 ++++++ ls_test.h | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9c5933..b5917e8 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,9 @@ Minimal, single-header unit test framework for C. ## 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_test.h b/ls_test.h index 2077477..6f5e913 100644 --- a/ls_test.h +++ b/ls_test.h @@ -2,7 +2,8 @@ * * Version: 1.3 * Website: https://libls.org - * Repo: https://github.com/libls/test + * GitHub: https://github.com/libls/test + * Mirror: https://git.libls.org/test.git * SPDX-License-Identifier: MIT * * ==== TABLE OF CONTENTS ==== -- cgit