@@ -41,8 +41,8 @@ As a result, there are several different cases to consider:
4141 The behaviour of this construction is very similar to a real C++ class.
4242
4343 ** Examples:**
44- [ SPI] ( api/SPI.html ) , [ I2C] ( api/I2C.html ) ,
45- [ HardwareSerial] ( api/HardwareSerial.html )
44+ [ SPI] ( api/SPI.md ) , [ I2C] ( api/I2C.md ) ,
45+ [ HardwareSerial] ( api/HardwareSerial.md )
4646
4747``` c
4848#include < I2C.h>
@@ -77,7 +77,7 @@ setup() {
7777 Polymorph instantiation declarations are possible.
7878 Non-constant values for the initialization are supported.
7979
80- ** Examples:** [ LiquidCrystal] ( api/LiquidCrystal.html )
80+ ** Examples:** [ LiquidCrystal] ( api/LiquidCrystal.md )
8181
8282``` c
8383int rs_pin = 2 ;
@@ -116,7 +116,7 @@ setup() {
116116
117117 Polymorph instantiation declarations are possible.
118118
119- Examples: [Servo](api/Servo.html )
119+ Examples: [Servo](api/Servo.md )
120120
121121```c
122122#include <Servo.h>
@@ -178,7 +178,7 @@ loop() {
178178
179179 Polymorph instantiation declarations are possible.
180180
181- Examples: [ Stepper] ( api/Stepper.html )
181+ Examples: [ Stepper] ( api/Stepper.md )
182182
183183 By requiring the user to add a call to the added constructor as the
184184 mandatory first call to the instance it could be treated as any other
0 commit comments