Change links to use '.md' suffix
This commit is contained in:
parent
c10e81c292
commit
7aa4012165
|
@ -5,8 +5,8 @@ NodeMCU is an [eLua](http://www.eluaproject.net/) based firmware for the [ESP826
|
|||
The firmware is based on the Espressif SDK v1.4 and uses a file system based on [spiffs](https://github.com/pellepl/spiffs).
|
||||
|
||||
## Getting started
|
||||
- [Build the firmeware](build) with the modules you need.
|
||||
- [Flash the firmware](flash) to the chip.
|
||||
- [Build the firmeware](build.md) with the modules you need.
|
||||
- [Flash the firmware](flash.md) to the chip.
|
||||
- Load your code into the firmware.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue