aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--ls_test.h3
2 files changed, 8 insertions, 1 deletions
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 ====