diff --git a/Language/Functions/Communication/Serial/setTimeout.adoc b/Language/Functions/Communication/Serial/setTimeout.adoc index 9399a013a..937e7112a 100644 --- a/Language/Functions/Communication/Serial/setTimeout.adoc +++ b/Language/Functions/Communication/Serial/setTimeout.adoc @@ -15,7 +15,7 @@ title: Serial.setTimeout() [float] === Description -`Serial.setTimeout()` sets the maximum milliseconds to wait for serial data when using link:../readBytesUntil[serial.readBytesUntil()] or link:../readBytes[serial.readBytes()]. It defaults to 1000 milliseconds. +`Serial.setTimeout()` sets the maximum milliseconds to wait for serial data when using link:../readbytesuntil[serial.readBytesUntil()] or link:../readbytes[serial.readBytes()]. It defaults to 1000 milliseconds. `Serial.setTimeout()` inherits from the link:../../stream[Stream] utility class. [%hardbreaks] @@ -46,7 +46,7 @@ Nothing [role="language"] * #LANGUAGE# link:../../stream[stream] -* #LANGUAGE# link:../../stream/streamSetTimeout[stream.setTimeout()] +* #LANGUAGE# link:../../stream/streamsettimeout[stream.setTimeout()] -- // SEE ALSO SECTION ENDS