From 2090625c675dc84194d79c2b30fa0c21a21e62d7 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 11 Jun 2018 08:03:24 -0700 Subject: [PATCH] Fix broken links on Serial.readStringUntil() page --- .../Functions/Communication/Serial/readStringUntil.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Language/Functions/Communication/Serial/readStringUntil.adoc b/Language/Functions/Communication/Serial/readStringUntil.adoc index ed55953ce..fdbe1bc3c 100644 --- a/Language/Functions/Communication/Serial/readStringUntil.adoc +++ b/Language/Functions/Communication/Serial/readStringUntil.adoc @@ -14,7 +14,7 @@ title: Serial.readStringUntil() [float] === Description -`readStringUntil()` reads characters from the serial buffer into a string. The function terminates if it times out (see link:../setTimeout[setTimeout()]). +`readStringUntil()` reads characters from the serial buffer into a string. The function terminates if it times out (see link:../settimeout[setTimeout()]). This function is part of the Stream class, and is called by any class that inherits from it (Wire, Serial, etc). See the link:../../stream[Stream class] main page for more information. @@ -56,8 +56,8 @@ The entire String read from the serial buffer, until the terminator character is * #LANGUAGE# link:../print[print()] * #LANGUAGE# link:../println[println()] * #LANGUAGE# link:../write[write()] -* #LANGUAGE# link:../serialEvent[SerialEvent()] -* #LANGUAGE# link:../../stream/streamParseFloat[stream.parseFloat()] +* #LANGUAGE# link:../serialevent[SerialEvent()] +* #LANGUAGE# link:../../stream/streamparsefloat[stream.parseFloat()] -- // SEE ALSO SECTION ENDS \ No newline at end of file