Change links to use '.md' suffix

This commit is contained in:
Marcel Stör 2015-12-14 13:03:10 +01:00
parent c10e81c292
commit 7aa4012165
1 changed files with 2 additions and 2 deletions

View File

@ -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.