Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /