Skip to content

Commit f5292fa

Browse files
authored
Merge pull request #380 from per1234/fix-links
Fix broken links on Serial.readString() reference page
2 parents ce64a85 + d7e9fe1 commit f5292fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Language/Functions/Communication/Serial/readString.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: Serial.readString()
1414

1515
[float]
1616
=== Description
17-
`Serial.readString()` reads characters from the serial buffer into a string. The function terminates if it times out (see link:../setTimeout[setTimeout()]).
17+
`Serial.readString()` reads characters from the serial buffer into a string. The function terminates if it times out (see link:../settimeout[setTimeout()]).
1818

1919
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.
2020

@@ -56,8 +56,8 @@ A String read from the serial buffer
5656
* #LANGUAGE# link:../print[print()]
5757
* #LANGUAGE# link:../println[println()]
5858
* #LANGUAGE# link:../write[write()]
59-
* #LANGUAGE# link:../serialEvent[SerialEvent()]
60-
* #LANGUAGE# link:../../stream/streamParseFloat[Stream.parseFloat()]
59+
* #LANGUAGE# link:../serialevent[SerialEvent()]
60+
* #LANGUAGE# link:../parsefloat[parseFloat()]
6161

6262
--
6363
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)