Skip to content

Commit ef6408c

Browse files
ArduinoBotTaddyHCper1234sebromeromarqdevx
authored
[PC-1054] Content System: Trademarks rule addition to Linter tool (#833)
* Initial Commit - Trademarks rule addition & update to linter tool (Adds Arduino Opta® & MIPI® / A-PHY® / CSI-2® / I3C® / M-PHY® rule) * Trademarks rule RegEx updated (PCRE) * Opta Trademark rule update * Fix malformed URLs in sketch comments It appears an incorrectly performed replace operation corrupted the URLs in the sketch header comments that link to the associated tutorial page. * Update URLs with broken redirects The organization of the pages under arduino.cc are in a constant state of flux. There is some attempt to set up redirects from the old URLs, but this is done inconsistently, breaking the links to the previous pages. * Opta rule quickfix --------- Co-authored-by: TaddyHC <k.hochung@arduino.cc> Co-authored-by: per1234 <accounts@perglass.com> Co-authored-by: Sebastian Romero <s.romero@arduino.cc> Co-authored-by: marqdevx <p.marquinez@arduino.cc> Co-authored-by: Pablo Marquínez Ferrándiz <11246294+marqdevx@users.noreply.github.com>
1 parent e72bff4 commit ef6408c

File tree

41 files changed

+62
-44
lines changed

Some content is hidden

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

41 files changed

+62
-44
lines changed

content/built-in-examples/02.digital/toneMelody/toneMelody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The main sketch is as follows:
5454
5555
This example code is in the public domain.
5656
57-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Tone
57+
https://www.arduino.cc/en/Tutorial/Tone
5858
5959
*/
6060

content/built-in-examples/02.digital/toneMultiple/toneMultiple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Here's the main sketch:
6464
6565
This example code is in the public domain.
6666
67-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Tone4
67+
https://www.arduino.cc/en/Tutorial/Tone4
6868
6969
*/
7070

content/built-in-examples/02.digital/tonePitchFollower/tonePitchFollower.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The sketch is as follows:
7474
7575
This example code is in the public domain.
7676
77-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Tone2
77+
https://www.arduino.cc/en/Tutorial/Tone2
7878
7979
*/
8080

content/built-in-examples/03.analog/AnalogInOutSerial/AnalogInOutSerial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The newly mapped sensor data is then output to the `analogOutPin` dimming or bri
7979
8080
This example code is in the public domain.
8181
82-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/AnalogInOutSerial
82+
https://www.arduino.cc/en/Tutorial/AnalogInOutSerial
8383
8484
*/
8585

content/built-in-examples/03.analog/AnalogWriteMega/AnalogWriteMega.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This loop subtracts a point from the brightness variable, dimming the LED back d
8181
8282
This example code is in the public domain.
8383
84-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/AnalogWriteMega
84+
https://www.arduino.cc/en/Tutorial/AnalogWriteMega
8585
8686
*/
8787

content/built-in-examples/03.analog/Fading/Fading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ In this example two loops are executed one after the other to increase and then
6464
6565
This example code is in the public domain.
6666
67-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Fading
67+
https://www.arduino.cc/en/Tutorial/Fading
6868
6969
*/
7070

content/built-in-examples/04.communication/Dimmer/Dimmer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Connect the 220 ohm current limiting resistor to digital pin 9, with an LED in s
7272
7373
This example code is in the public domain.
7474
75-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Dimmer
75+
https://www.arduino.cc/en/Tutorial/Dimmer
7676
7777
*/
7878

content/built-in-examples/04.communication/PhysicalPixel/PhysicalPixel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Many Arduino boards have a built-in LED connected to pin 13; if your board has n
7373
7474
This example code is in the public domain.
7575
76-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/PhysicalPixel
76+
https://www.arduino.cc/en/Tutorial/PhysicalPixel
7777
7878
*/
7979

content/built-in-examples/04.communication/SerialCallResponse/SerialCallResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Connect analog sensors to analog input pin 0 and 1 with 10K ohm resistors used a
8484
8585
This example code is in the public domain.
8686
87-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/SerialCallResponse
87+
https://www.arduino.cc/en/Tutorial/SerialCallResponse
8888
8989
*/
9090

content/built-in-examples/04.communication/VirtualColorMixer/VirtualColorMixer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The sensor values are sent from the Arduino to the computer as [ASCII-encoded de
7575
7676
This example code is in the public domain.
7777
78-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/VirtualColorMixer
78+
https://www.arduino.cc/en/Tutorial/VirtualColorMixer
7979
8080
*/
8181

content/built-in-examples/05.control-structures/Arrays/Arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Connect six LEDs, with 220 ohm resistors in series, to digital pins 2-7 on your
7676
7777
This example code is in the public domain.
7878
79-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Array
79+
https://www.arduino.cc/en/Tutorial/Array
8080
8181
*/
8282

content/built-in-examples/05.control-structures/SwitchCase2/SwitchCase2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To make this sketch work, your board must be connected to your computer. In the
7171
7272
This example code is in the public domain.
7373
74-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/SwitchCase2
74+
https://www.arduino.cc/en/Tutorial/SwitchCase2
7575
7676
*/
7777

content/built-in-examples/05.control-structures/WhileStatementConditional/WhileStatementConditional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Connect your analog sensor (e.g. potentiometer, light sensor) on analog input 2
8383
8484
This example code is in the public domain.
8585
86-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/WhileLoop
86+
https://www.arduino.cc/en/Tutorial/WhileLoop
8787
8888
*/
8989

content/built-in-examples/06.sensors/ADXL3xx/ADXL3xx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ This solution allows the [breakout boards from Sparkfun](http://www.sparkfun.com
103103
104104
This example code is in the public domain.
105105
106-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/ADXL3xx
106+
https://www.arduino.cc/en/Tutorial/ADXL3xx
107107
108108
*/
109109

content/built-in-examples/06.sensors/Memsic2125/Memsic2125.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Open the Serial Monitor of the Arduino Software (IDE) to see the values read fro
7373
7474
This example code is in the public domain.
7575
76-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/Memsic2125
76+
https://www.arduino.cc/en/Tutorial/Memsic2125
7777
7878
*/
7979

content/built-in-examples/08.strings/CharacterAnalysis/CharacterAnalysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Open the serial monitor window of the Arduino Software (IDE) and type in a singl
8686
8787
This example code is in the public domain.
8888
89-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/CharacterAnalysis
89+
https://www.arduino.cc/en/Tutorial/CharacterAnalysis
9090
9191
*/
9292

content/built-in-examples/08.strings/StringAdditionOperator/StringAdditionOperator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Here's a working example of several different concatenation examples :
110110
111111
This example code is in the public domain.
112112
113-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/StringAdditionOperator
113+
https://www.arduino.cc/en/Tutorial/StringAdditionOperator
114114
115115
*/
116116

content/built-in-examples/08.strings/StringLength/StringLength.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ There is no circuit for this example, though your board must be connected to you
3838
3939
This example code is in the public domain.
4040
41-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/StringLengthTrim
41+
https://www.arduino.cc/en/Tutorial/StringLengthTrim
4242
4343
*/
4444

content/built-in-examples/08.strings/StringLengthTrim/StringLengthTrim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ There is no circuit for this example, though your board must be connected to you
3838
3939
This example code is in the public domain.
4040
41-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/StringLengthTrim
41+
https://www.arduino.cc/en/Tutorial/StringLengthTrim
4242
*/
4343
4444
void setup() {

content/built-in-examples/08.strings/StringStartsWithEndsWith/StringStartsWithEndsWith.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you look for a position that's outside the range of the string,you'll get unp
5757
5858
This example code is in the public domain.
5959
60-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/StringStartsWithEndsWith
60+
https://www.arduino.cc/en/Tutorial/StringStartsWithEndsWith
6161
*/
6262
6363
void setup() {

content/built-in-examples/09.usb/ButtonMouseControl/ButtonMouseControl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Connect your board to your computer with a micro-USB cable. The buttons are conn
7474
7575
This example code is in the public domain.
7676
77-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/ButtonMouseControl
77+
https://www.arduino.cc/en/Tutorial/ButtonMouseControl
7878
7979
*/
8080

content/built-in-examples/09.usb/KeyboardLogout/KeyboardLogout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ While the sketch is running, pressing the button will connect pin 2 to ground an
7373
7474
This example is in the public domain.
7575
76-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/KeyboardLogout
76+
https://www.arduino.cc/en/Tutorial/KeyboardLogout
7777
7878
*/
7979

content/built-in-examples/09.usb/KeyboardReprogram/KeyboardReprogram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Connect your board to the USB port, then push the button to connect D2 with GND
7777
7878
This example is in the public domain.
7979
80-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/KeyboardReprogram
80+
https://www.arduino.cc/en/Tutorial/KeyboardReprogram
8181
8282
*/
8383

content/built-in-examples/09.usb/KeyboardSerial/KeyboardSerial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Once programmed, open your serial monitor and send a byte. The board will reply
5656
5757
This example code is in the public domain.
5858
59-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/KeyboardSerial
59+
https://www.arduino.cc/en/Tutorial/KeyboardSerial
6060
6161
*/
6262

content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/analog-to-midi/AnalogToMidi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Sends out to MIDI the event to turn off the note of the specified pitch on the
7777
7878
This example code is in the public domain
7979
80-
http://arduino.cchttps://www.arduino.cc/en/Tutorial/AnalogToMidi
80+
https://www.arduino.cc/en/Tutorial/AnalogToMidi
8181
8282
created by Arturo Guadalupi <a.guadalupi@arduino.cc>
8383

content/hardware/02.hero/boards/zero/tutorials/simple-audio-frequency-meter/simple-audio-frequency-meter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ As an alternative, you may purchase the [Electret microphone amplifier - MAX4466
4949
5050
This example code is in the public domain
5151
52-
http://arduino.cchttps://www.arduino.cc/en/Tutorial/SimpleAudioFrequencyMeter
52+
https://www.arduino.cc/en/Tutorial/SimpleAudioFrequencyMeter
5353
5454
created by Arturo Guadalupi <a.guadalupi@arduino.cc>
5555

content/learn/04.electronics/03.lcd-displays/lcd-displays.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ This example sketch prints `Hello World!` to the LCD and shows the time in secon
107107
108108
This example code is in the public domain.
109109
110-
http://www.arduino.cc/en/Tutorial/LiquidCrystalHelloWorld
110+
https://docs.arduino.cc/learn/electronics/lcd-displays
111111
112112
*/
113113
@@ -1058,7 +1058,7 @@ This potentiometer controls the `delayTime` variable.
10581058
https://github.com/adafruit/SPI_VFD/blob/master/examples/createChar/createChar.pde
10591059
10601060
This example code is in the public domain.
1061-
http://www.arduino.cc/en/Tutorial/LiquidCrystalCustomCharacter
1061+
https://docs.arduino.cc/learn/electronics/lcd-displays#custom-character
10621062
10631063
Also useful:
10641064
http://icontexto.com/charactercreator/

content/learn/04.electronics/09.transistor-motor-control/09.transistor-motor-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Below is the full program for controlling a DC motor with a transistor. Further
8686
Created on 03 January 2013
8787
by Scott Fitzgerald
8888
89-
http://www.arduino.cc/en/Tutorial/TransistorMotorControl
89+
https://docs.arduino.cc/learn/electronics/transistor-motor-control
9090
9191
This example code is in the public domain.
9292
*/

content/library-examples/esplora-library/EsploraJoystickMouse/EsploraJoystickMouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ When you attach the Esplora, press Shift-Command-M in the Arduino software to op
9292
9393
by Scott Fitzgerald
9494
95-
http://www.arduino.ccarduino.cc/en/Reference/EsploraReadJoystickSwitch
95+
http://www.arduino.cc/en/Reference/EsploraReadJoystickSwitch
9696
9797
This example is in the public domain.
9898

content/library-examples/wifi-library/WiFiRTC/WiFiRTC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The code is based on [Epoch](https://raw.githubusercontent.com/arduino-libraries
6363
6464
modified 26 Sept 2018
6565
66-
http://arduino.cchttps://www.arduino.cc/en/Tutorial/WiFiRTC
66+
https://www.arduino.cc/en/Tutorial/WiFiRTC
6767
6868
This code is in the public domain.
6969

content/library-examples/wifi-library/WiFiWebClientRepeating/WiFiWebClientRepeating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ image developed using [Fritzing](http://www.fritzing.org). For more circuit exam
5757
5858
by Federico Vanzati
5959
60-
http://www.arduino.cc/en/Tutorial/WifiWebClientRepeating
60+
https://docs.arduino.cc/library-examples/wifi-library/WiFiWebClientRepeating
6161
6262
This code is in the public domain.
6363

content/retired/06.getting-started-guides/IntelGalileoGen2/IntelGalileoGen2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'The first steps to setting up the Intel® Galileo Gen2'
55

66
**This is a retired product.**
77

8-
The [Intel® Galileo Gen2](http://arduino.cc/en/ArduinoCertified/IntelGalileoGen2) supports shields that operate at either 3.3v or 5v. The board is designed to be hardware and software pin-compatible with Arduino shields designed for the Uno R3. Digital pins 0 to 13 (and the adjacent AREF and GND pins), Analog inputs 0 to 5, the power header, ICSP header, and the UART port pins (0 and 1), are all in the same locations as on the Arduino Uno R3.
8+
The [Intel® Galileo Gen2](/retired/getting-started-guides/IntelGalileoGen2) supports shields that operate at either 3.3v or 5v. The board is designed to be hardware and software pin-compatible with Arduino shields designed for the Uno R3. Digital pins 0 to 13 (and the adjacent AREF and GND pins), Analog inputs 0 to 5, the power header, ICSP header, and the UART port pins (0 and 1), are all in the same locations as on the Arduino Uno R3.
99

1010
The Intel® Galileo Gen2 is programmed using the [Arduino Software (IDE)](https://arduino.cc/en/Main/Software), our Integrated Development Environment common to all our boards and running both [online](https://create.arduino.cc/editor) and offline. For more information on how to get started with the Arduino Software visit the [Getting Started page](https://arduino.cc/en/Guide/HomePage).
1111

content/tutorials/communication/wifi-nina-examples/wifi-nina-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2847,7 +2847,7 @@ WEP network passwords are hexadecimal strings known as keys. A WEP network can h
28472847
28482848
by Federico Vanzati
28492849
2850-
http://www.arduino.cc/en/Tutorial/WifiWebClientRepeating
2850+
https://docs.arduino.cc/library-examples/wifi-library/WiFiWebClientRepeating
28512851
28522852
This code is in the public domain.
28532853

content/tutorials/generic/WiFi101ThingSpeakDataUploader/WiFi101ThingSpeakDataUploader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ by Helena Bisby <support@arduino.cc>
103103
104104
This example code is in the public domain
105105
106-
http://arduino.cchttps://www.arduino.cc/en/Tutorial/WiFi101ThingSpeakDataUploader
106+
https://www.arduino.cc/en/Tutorial/WiFi101ThingSpeakDataUploader
107107
108108
*/
109109

content/tutorials/generic/Wifi101GoogleCalendar/Wifi101GoogleCalendar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ This function is used **event title** and the **event duration** in order to un
128128
129129
by Arturo Guadalupi <a.guadalupi@arduino.cc>
130130
131-
http://arduino.cchttps://www.arduino.cc/en/Tutorial/GoogleCalendarWiFi101
131+
https://www.arduino.cc/en/Tutorial/GoogleCalendarWiFi101
132132
133133
This code is in the public domain.
134134

content/tutorials/generic/digital-input-pullup/digital-input-pullup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Connect the pushbutton between pin 2 and ground, without any resistor as referen
6363
6464
This example code is in the public domain.
6565
66-
http://www.arduino.cchttps://www.arduino.cc/en/Tutorial/InputPullupSerial
66+
https://www.arduino.cc/en/Tutorial/InputPullupSerial
6767
6868
*/
6969

content/tutorials/generic/scheduled-wifi-ssl-web-client/scheduled-wifi-ssl-web-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Upload the sketch below to your board:
128128
129129
by Arturo Guadalupi <a.guadalupi@arduino.cc>
130130
131-
http://arduino.cc/en/Tutorial/
131+
https://docs.arduino.cc/tutorials/generic/scheduled-wifi-ssl-web-client
132132
133133
This code is in the public domain.
134134

content/tutorials/generic/simple-rtc-alarm/simple-rtc-alarm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Only your Arduino Board is needed for this example.
3131
3232
This example code is in the public domain
3333
34-
http://arduino.cchttps://www.arduino.cc/en/Tutorial/SimpleRTCAlarm
34+
https://www.arduino.cc/en/Tutorial/SimpleRTCAlarm
3535
3636
created by Arturo Guadalupi <a.guadalupi@arduino.cc>
3737

content/tutorials/generic/simple-rtc/simple-rtc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Only your Arduino Board is needed for this example.
2929
3030
This example code is in the public domain
3131
32-
http://arduino.cchttps://www.arduino.cc/en/Tutorial/SimpleRTC
32+
https://www.arduino.cc/en/Tutorial/SimpleRTC
3333
3434
created by Arturo Guadalupi <a.guadalupi@arduino.cc>
3535

content/tutorials/generic/sleep-rtc-alarm/sleep-rtc-alarm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Only your Arduino Board is needed for this example.
2929
3030
This example code is in the public domain
3131
32-
http://arduino.cchttps://www.arduino.cc/en/Tutorial/SleepRTCAlarm
32+
https://www.arduino.cc/en/Tutorial/SleepRTCAlarm
3333
3434
created by Arturo Guadalupi
3535

0 commit comments

Comments
 (0)