Skip to content

Commit f109a69

Browse files
committed
Merge pull request arduino#11 from arduino/Language_content
Fix Link issues. It is ok
2 parents afb10b1 + c23f9b4 commit f109a69

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+225
-111
lines changed

Language/Functions/Advanced IO/tone.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If you want to play different pitches on multiple pins, you need to call `noTone
6565

6666
[role="language"]
6767
* #LANGUAGE# link:noTone{ext-relative}[noTone()] +
68-
* #LANGUAGE# link:analogWrite{ext-relative}[analogWrite()]
68+
* #LANGUAGE# link:../Analod%20IO/analogWrite{ext-relative}[analogWrite()]
6969

7070
[role="example"]
7171
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone[Tone^] +

Language/Functions/Analog IO/analogRead.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If the analog input pin is not connected to anything, the value returned by anal
7878

7979
[role="language"]
8080
* #LANGUAGE# link:analogReference{ext-relative}[analogreference()] +
81-
* #LANGUAGE# link:analogReadResolution{ext-relative}[analogReadResolution()] +
81+
* #LANGUAGE# link:../Arduino%20DUE%20only/analogReadResolution{ext-relative}[analogReadResolution()] +
8282
* #LANGUAGE# http://arduino.cc/en/Tutorial/AnalogInputPins[Tutorial: Analog Input Pins]
8383

8484

Language/Functions/Analog IO/analogWrite.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The PWM outputs generated on pins 5 and 6 will have higher-than-expected duty cy
8181
=== See also
8282
[role="language"]
8383
* #LANGUAGE# link:analogRead{ext-relative}[analogRead()]
84-
* #LANGUAGE# link:analogWriteResolution{ext-relative}[analogWriteResolution()]
84+
* #LANGUAGE# link:../Arduino%20DUE%20only/analogWriteResolution{ext-relative}[analogWriteResolution()]
8585

8686
[role="definition"]
8787
* #DEFINITION# http://arduino.cc/en/Tutorial/PWM[PWM^]

Language/Functions/Arduino DUE only/analogReadResolution.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Using a 16 bit resolution (or any resolution *higher* than actual hardware capab
103103
* #EXAMPLE# http://arduino.cc/en/Tutorial/AnalogInputPins[Description of the analog input pins]
104104

105105
[role="language"]
106-
* #LANGUAGE# link:analofRead{ext-relative}[analogRead()]
106+
* #LANGUAGE# link:../Analog%20IO/analofRead{ext-relative}[analogRead()]
107107

108108

109109
--

Language/Functions/Arduino DUE only/analogWriteResolution.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ If you set the `analogWriteResolution()` value to a value lower than your board'
111111
* #EXAMPLE# http://arduino.cc/en/Tutorial/AnalogInputPins[Description of the analog input pins]
112112

113113
[role="language"]
114-
* #LANGUAGE# link:analogWrite{ext-relative}[analogWrite()] +
115-
* #LANGUAGE# link:analogRead{ext-relative}[analogRead()] +
116-
* #LANGUAGE# link:map{ext-relative}[map()]
114+
* #LANGUAGE# link:../Analog%20IO/analogWrite{ext-relative}[analogWrite()] +
115+
* #LANGUAGE# link:../Analog%20IO/analogRead{ext-relative}[analogRead()] +
116+
* #LANGUAGE# link:../Math/map{ext-relative}[map()]
117117

118118

119119
--

Language/Functions/Bits and Bytes/highByte.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ byte
4747

4848
[role="language"]
4949
* #LANGUAGE# link:lowByte{ext-relative}[lowByte()] +
50-
* #LANGUAGE# link:word{ext-relative}[word()]
50+
* #LANGUAGE# link:../../Variable/Data%20Types/word{ext-relative}[word()]
5151

5252
--
5353
// HOW TO USE SECTION ENDS

Language/Functions/Bits and Bytes/lowByte.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ byte
4646

4747
[role="language"]
4848
* #LANGUAGE# link:highByte{ext-relative}[highByte()] +
49-
* #LANGUAGE# link:word{ext-relative}[word()]
49+
* #LANGUAGE# link:../../Variable/Data%20Types/word{ext-relative}[word()]
5050

5151
--
5252
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Serial/find.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Serial.find() inherits from the link:stream{ext-relative}[Stream] utility class.
4646
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
4747
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
4848
[role="language"]
49-
* #LANGUAGE# link:stream{ext-relative}[stream] +
50-
* #LANGUAGE# link:streamFind{ext-relative}[stream.find()]
49+
* #LANGUAGE# link:../stream{ext-relative}[stream] +
50+
* #LANGUAGE# link:../Stream/streamFind{ext-relative}[stream.find()]
5151

5252
--
5353
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Serial/findUntil.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ The function returns true if the target string is found, false if it times out.
5454
// definitions (please add the tag #DEFINITION#), and examples of Projects and Tutorials
5555
// (please add the tag #EXAMPLE#) ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
5656
[role="language"]
57-
* #LANGUAGE# link:stream{ext-relative}[stream] +
58-
* #LANGUAGE# link:streamFindUntil{ext-relative}[stream.findUntil()]
57+
* #LANGUAGE# link:../stream{ext-relative}[stream] +
58+
* #LANGUAGE# link:../Stream/streamFindUntil{ext-relative}[stream.findUntil()]
5959

6060
--
6161
// HOW TO USE SECTION ENDS

Language/Functions/Communication/Serial/flush.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Nothing
6363
* #LANGUAGE# link:println{ext-relative}[println()] +
6464
* #LANGUAGE# link:write{ext-relative}[write()] +
6565
* #LANGUAGE# link:serialEvent{ext-relative}[SerialEvent()] +
66-
* #LANGUAGE# link:streamFlush{ext-relative}[Stream.flush()]
66+
* #LANGUAGE# link:../Stream/streamFlush{ext-relative}[Stream.flush()]
6767

6868
--
6969
// HOW TO USE SECTION ENDSp

0 commit comments

Comments
 (0)