From 2fd5c2bdf7c025d6fa64a2991b386278711f746e Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 15 Jan 2026 23:03:28 +0100 Subject: docs: update links --- ls_vec.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ls_vec.h b/ls_vec.h index 7712873..a17a02c 100644 --- a/ls_vec.h +++ b/ls_vec.h @@ -8,7 +8,8 @@ /* Lion's Standard (LS) type-safe ANSI C vector. * * Version: 1.0 - * Repo: https://github.com/lionkor/ls_vec + * Website: https://libls.org + * Repo: https://github.com/libls/vec * SPDX-License-Identifier: MIT * * ==== TABLE OF CONTENTS ==== @@ -79,7 +80,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2026 Lion Kortlepel + * Copyright (c) 2026 Lion Kortlepel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal -- cgit