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