From 48515560a8b15c08ef6a09706983d20b8530d16c Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 29 Jan 2019 14:09:12 -0800 Subject: [PATCH] Fix broken links in size_t reference --- Language/Variables/Data Types/size_t.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Variables/Data Types/size_t.adoc b/Language/Variables/Data Types/size_t.adoc index c8d2da3a2..1f87ba477 100644 --- a/Language/Variables/Data Types/size_t.adoc +++ b/Language/Variables/Data Types/size_t.adoc @@ -17,7 +17,7 @@ subCategories: [ "Data Types" ] [float] === Description -`size_t` is a data type capable of representing the size of any object in bytes. Examples of the use of `size_t` are the return type of link:../../Utilities/sizeof[sizeof()] and link:../../../Functions/Communication/Serial/print[Serial.print()]. +`size_t` is a data type capable of representing the size of any object in bytes. Examples of the use of `size_t` are the return type of link:../../utilities/sizeof[sizeof()] and link:../../../functions/communication/serial/print[Serial.print()]. [%hardbreaks] --