From 28e5ceaad30cd9b68d6a4276bdc64ea1306f3776 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 20 May 2021 23:43:00 +0200 Subject: Updated links to header files in docs. --- docs/csptr_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/csptr_api.md') diff --git a/docs/csptr_api.md b/docs/csptr_api.md index e1670bb2..0acc8b21 100644 --- a/docs/csptr_api.md +++ b/docs/csptr_api.md @@ -1,4 +1,4 @@ -# STC [csptr](../stc/csptr.h): Shared Pointers +# STC [csptr](../include/stc/csptr.h): Shared Pointers **csptr** is a smart pointer that retains shared ownership of an object through a pointer. Several **csptr** objects may own the same object. The object is destroyed and its memory -- cgit v1.2.3