Skip to content

Commit d13184c

Browse files
committed
fix img links
1 parent 9757c8c commit d13184c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/boards.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static const uint8_t D10 = 1;
3737

3838
If you want to use NodeMCU pin 5, use D5 for pin number, and it will be translated to 'real' GPIO pin 14.
3939

40-
### NodeMCU 1.0 <a name="nodemcu-1-0"></a>
40+
### NodeMCU 1.0
4141

4242
This module is sold under many names for around $6.50 on AliExpress and it's one of the cheapest, fully integrated ESP8266 solutions.
4343

@@ -126,7 +126,7 @@ PL2303-based adapters are known not to work on Mac OS X. See https://github.com/
126126
- **Directly connecting a pin to VCC or GND is not a substitute for a PullUp or PullDown resistor, doing this can break upload management and the serial console, instability has also been noted in some cases.**
127127

128128
### ESP to Serial
129-
![ESP to Serial](https://raw.githubusercontent.com/esp8266/Arduino/esp8266/docs/ESP_to_serial.png)
129+
![ESP to Serial](ESP_to_serial.png)
130130

131131
#### Minimal Hardware Setup for Bootloading only ##
132132
ESPxx Hardware
@@ -158,7 +158,7 @@ ESPxx Hardware
158158
| CH_PD | PullUp | |
159159

160160
### Minimal
161-
![ESP min](https://raw.githubusercontent.com/Links2004/Arduino/esp8266/docs/ESP_min.png)
161+
![ESP min](ESP_min.png)
162162

163163
### Improved Stability
164-
![ESP improved stability](https://raw.githubusercontent.com/Links2004/Arduino/esp8266/docs/ESP_improved_stability.png)
164+
![ESP improved stability](ESP_improved_stability.png)

0 commit comments

Comments
 (0)