From 3a291f464ebb294a0599d14dca5033479819c038 Mon Sep 17 00:00:00 2001 From: Reece Wilson Date: Thu, 21 Oct 2021 16:26:59 +0000 Subject: [PATCH] Update 'readme.md' --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f356ed04..8fc82c3d 100644 --- a/readme.md +++ b/readme.md @@ -114,7 +114,7 @@ represents a binary blob of UTF-8. Looking to switch to `tiny-utf8` for UTF-8 sa ## Memory -User-overloadable type declerations and generic access utilities are defined under [utilities](##-Utilities)
+User-overloadable type declerations and generic access utilities are defined under [utilities](#utilities)
Aurora provides a bring your own container and shared pointer model overloadable in your configuration header. ```