Skip to content

Open external See also links in new window/tab #534

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Language/Functions/Analog IO/analogRead.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ If the analog input pin is not connected to anything, the value returned by anal

[role="language"]
* #LANGUAGE# link:../../zero-due-mkr-family/analogreadresolution[analogReadResolution()]
* #LANGUAGE# https://www.arduino.cc/en/Tutorial/AnalogInputPins[Tutorial: Analog Input Pins]
* #LANGUAGE# https://www.arduino.cc/en/Tutorial/AnalogInputPins[Tutorial: Analog Input Pins^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Functions/Analog IO/analogReference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Alternatively, you can connect the external reference voltage to the AREF pin th
=== See also

[role="example"]
* #EXAMPLE# http://arduino.cc/en/Tutorial/AnalogInputPins[Description of analog input pins]
* #EXAMPLE# http://arduino.cc/en/Tutorial/AnalogInputPins[Description of analog input pins^]

--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Functions/Communication/Serial/serialEvent.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Nothing
=== See also

[role="example"]
* #EXAMPLE# http://arduino.cc/en/Tutorial/SerialEvent[SerialEvent Tutorial]
* #EXAMPLE# http://arduino.cc/en/Tutorial/SerialEvent[SerialEvent Tutorial^]

[role="language"]
* #LANGUAGE# link:../begin[begin()]
Expand Down
2 changes: 1 addition & 1 deletion Language/Functions/Digital IO/digitalWrite.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The analog input pins can be used as digital pins, referred to as A0, A1, etc. T
=== See also

[role="example"]
* #EXAMPLE# http://arduino.cc/en/Tutorial/DigitalPins[Tutorial: Digital Pins]
* #EXAMPLE# http://arduino.cc/en/Tutorial/DigitalPins[Tutorial: Digital Pins^]

--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Functions/Time/delay.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Certain things do go on while the delay() function is controlling the Atmega chi
=== See also

[role="example"]
* #EXAMPLE# http://arduino.cc/en/Tutorial/BlinkWithoutDelay[Blink Without Delay]
* #EXAMPLE# http://arduino.cc/en/Tutorial/BlinkWithoutDelay[Blink Without Delay^]

--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Functions/Time/millis.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Please note that the return value for millis() is an unsigned long, logic errors
=== See also

[role="example"]
* #EXAMPLE# http://arduino.cc/en/Tutorial/BlinkWithoutDelay[Blink Without Delay]
* #EXAMPLE# http://arduino.cc/en/Tutorial/BlinkWithoutDelay[Blink Without Delay^]

--
// SEE ALSO SECTION ENDS
10 changes: 5 additions & 5 deletions Language/Functions/USB/Keyboard.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ link:../keyboard/keyboardwrite[Keyboard.write()]
=== See also

[role="example"]
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardAndMouseControl[KeyboardAndMouseControl]: Demonstrates the Mouse and Keyboard commands in one program.
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardMessage[KeyboardMessage]: Sends a text string when a button is pressed.
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardLogout[KeyboardLogout]: Logs out the current user with key commands
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardSerial[KeyboardSerial]: Reads a byte from the serial port, and sends back a keystroke.
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardReprogram[KeyboardReprogram]: opens a new window in the Arduino IDE and reprograms the board with a simple blink program
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardAndMouseControl[KeyboardAndMouseControl^]: Demonstrates the Mouse and Keyboard commands in one program.
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardMessage[KeyboardMessage^]: Sends a text string when a button is pressed.
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardLogout[KeyboardLogout^]: Logs out the current user with key commands
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardSerial[KeyboardSerial^]: Reads a byte from the serial port, and sends back a keystroke.
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardReprogram[KeyboardReprogram^]: opens a new window in the Arduino IDE and reprograms the board with a simple blink program

--
// SEE ALSO SECTION ENDS
6 changes: 3 additions & 3 deletions Language/Functions/USB/Mouse.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ link:../mouse/mouseispressed[Mouse.isPressed()]
=== See also

[role="example"]
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardAndMouseControl[KeyboardAndMouseControl]: Demonstrates the Mouse and Keyboard commands in one program.
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/ButtonMouseControl[ButtonMouseControl]: Control cursor movement with 5 pushbuttons.
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/JoystickMouseControl[JoystickMouseControl]: Controls a computer's cursor movement with a Joystick when a button is pressed.
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/KeyboardAndMouseControl[KeyboardAndMouseControl^]: Demonstrates the Mouse and Keyboard commands in one program.
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/ButtonMouseControl[ButtonMouseControl^]: Control cursor movement with 5 pushbuttons.
* #EXAMPLE# http://www.arduino.cc/en/Tutorial/JoystickMouseControl[JoystickMouseControl^]: Controls a computer's cursor movement with a Joystick when a button is pressed.

--
// SEE ALSO SECTION ENDS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Using a 16 bit resolution (or any resolution *higher* than actual hardware capab
=== See also

[role="example"]
* #EXAMPLE# http://arduino.cc/en/Tutorial/AnalogInputPins[Description of the analog input pins]
* #EXAMPLE# http://arduino.cc/en/Tutorial/AnalogInputPins[Description of the analog input pins^]

[role="language"]
* #LANGUAGE# link:../../analog-io/analogread[analogRead()]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ If you set the `analogWriteResolution()` value to a value lower than your board'
* #LANGUAGE# link:../../math/map[map()]

[role="example"]
* #EXAMPLE# http://arduino.cc/en/Tutorial/AnalogInputPins[Description of the analog input pins]
* #EXAMPLE# http://arduino.cc/en/Tutorial/AnalogInputPins[Description of the analog input pins^]

--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/c_str.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ A pointer to the C-style version of the invoking String.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/charAt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ The n'th character of the String.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ Compares two Strings, testing whether one comes before or after the other, or wh
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/concat.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ Appends the parameter to a String.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ Tests whether or not a String ends with the characters of another String.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/equals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ Compares two Strings for equality. The comparison is case-sensitive, meaning the
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ Compares two Strings for equality. The comparison is not case-sensitive, meaning
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ The index of val within the String, or -1 if not found.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ The index of val within the String, or -1 if not found.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/length.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ The length of the String in characters.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/remove.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ void loop() {
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ Tests whether or not a String starts with the characters of another String.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ The substring.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ If no valid conversion could be performed because the String doesn't start with
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ If no valid conversion could be performed because the String doesn't start with
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/toInt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ If no valid conversion could be performed because the String doesn't start with
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/trim.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Operators/append.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ myString1 == myString2
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ new String that is the combination of the original two Strings.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ myString1 != myString2
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ The nth char of the String. Same as charAt().
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ myString1 > myString2
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ myString1 >= myString2
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ myString1 < myString2
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ myString1 <= myString2
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/stringObject.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ String stringOne = String(5.698, 3); // using a float and t
* #LANGUAGE# link:../string/operators/differentfrom[!= (different from)]

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]


// SEE ALSO SECTION STARTS
Expand Down
2 changes: 1 addition & 1 deletion Language/Variables/Utilities/PROGMEM.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Serial.print(F("Write something on the Serial Monitor that is stored in FLASH"))
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/playground/Learning/Memory[Types of memory available on an Arduino board]
* #EXAMPLE# https://www.arduino.cc/playground/Learning/Memory[Types of memory available on an Arduino board^]

[role="definition"]
* #DEFINITION# link:../../data-types/array[array]
Expand Down