diff --git a/Home.md b/Home.md index d99825f..90fb924 100644 --- a/Home.md +++ b/Home.md @@ -4,7 +4,7 @@ The "Hollow Development Kit" will be my playground for integrating many differen At the moment this library is comprised of two "wrapper" base template classes: -- [PrimitiveWrapper](PrimitiveWrapper) - As the name implies this is for "Primitive" types: integers, enums, etc. Basically everything *BUT* a pointer. +- [PrimitiveWrapper](hdk::grid::PrimitiveWrapper) - As the name implies this is for "Primitive" types: integers, enums, etc. Basically everything *BUT* a pointer. - [SharedPtrWrapper](SharedPtrWrapper) - Inversely to the primitive wrapper this is for pointers: things that involve memory freeing. These are intended to be a inherited base point for header-only inline wrappers to C API that otherwise has Object oriented behaviour.