summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-24 05:54:02 +0100
committerGitHub <noreply@github.com>2026-02-24 05:54:02 +0100
commit56fec484acdd5c5a5e791e4cb8fd399a3f6745d4 (patch)
tree31aebb6ff07760c4c4b2b2e62ee0b3e21a265d9c
parent70a61cfe100dc6dc3485b980ad49242e2b89c5a9 (diff)
Revise documentation link and copyright information
Updated documentation link and copyright year. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 50faf0c..488e48a 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,15 @@
# Open C++ Libraries
+## Abstract:
+
The OCL provides free header-only C++ source libraries for usage in C++ application development.
Modules include, a `core` library containing algorithms and containers for C++20 or later.
These libraries were built on top of the Boost C++ libraries and C++ SL.
-Documentation can be found at: [ocl.nekernel.org](ocl.nekernel.org).
+## Getting Started:
+
+Documentation can be found at: [https://docs.ocl.nekernel.org](https://docs.ocl.nekernel.org).
-##### Copyright (c) 2025 Amlal El Mahrouss & OCL Authors, Licensed under BSL 1.0
+##### Copyright (c) 2023-2026 Amlal El Mahrouss & OCL Authors, Licensed under the BSL 1.0.