Skip to content

Commit 23c2d93

Browse files
authored
Merge pull request #3 from kattni/readme-update
Update badge URL
2 parents e31afd8 + 437b437 commit 23c2d93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ Introduction
99
:target: https://discord.gg/nBQh6qu
1010
:alt: Discord
1111

12-
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_miniesptool.svg?branch=master
13-
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_miniesptool
12+
.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_miniesptool.svg?branch=master
13+
:target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_miniesptool
1414
:alt: Build Status
1515

1616
ROM loader for ESP chips, works with ESP8266 or ESP32.
1717
This is a 'no-stub' loader, so you can't read MD5 or firmware back on ESP8266.
1818

19-
See this document for protocol we're implementing:
19+
See this document for protocol we're implementing:
2020
https://github.com/espressif/esptool/wiki/Serial-Protocol
2121

22-
See this for the 'original' code we're miniaturizing:
22+
See this for the 'original' code we're miniaturizing:
2323
https://github.com/espressif/esptool/blob/master/esptool.py
2424

2525
There's a very basic Arduino ROM loader here for ESP32:

0 commit comments

Comments
 (0)