Fix link behind RTD badge
This commit is contained in:
parent
dd2a0473e6
commit
5645827592
|
@ -2,7 +2,7 @@
|
|||
|
||||
[![Join the chat at https://gitter.im/nodemcu/nodemcu-firmware](https://img.shields.io/gitter/room/badges/shields.svg)](https://gitter.im/nodemcu/nodemcu-firmware?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[![Build Status](https://travis-ci.org/nodemcu/nodemcu-firmware.svg)](https://travis-ci.org/nodemcu/nodemcu-firmware)
|
||||
[![Documentation Status](https://readthedocs.org/projects/nodemcu/badge/?version=dev)](http://nodemcu.readthedocs.org/en/newdocs/?badge=dev)
|
||||
[![Documentation Status](https://readthedocs.org/projects/nodemcu/badge/?version=dev)](http://nodemcu.readthedocs.org/)
|
||||
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/nodemcu/nodemcu-firmware/blob/master/LICENSE)
|
||||
|
||||
### A Lua based firmware for ESP8266 WiFi SOC
|
||||
|
@ -104,4 +104,4 @@ To enable runtime debug messages to serial console edit `app/include/user_config
|
|||
#define DEVELOP_VERSION
|
||||
```
|
||||
|
||||
`DEVELOP_VERSION` changes the startup baud rate to 74880bps.
|
||||
`DEVELOP_VERSION` changes the startup baud rate to 74880bps.
|
||||
|
|
Loading…
Reference in New Issue