From 437b437bb0f916c8930e18cc6dcf3a37bb25a69a Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 19 Dec 2018 13:41:36 -0600 Subject: [PATCH] Update badge URL --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2f1e3cd..8424f46 100644 --- a/README.rst +++ b/README.rst @@ -9,17 +9,17 @@ Introduction :target: https://discord.gg/nBQh6qu :alt: Discord -.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_miniesptool.svg?branch=master - :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_miniesptool +.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_miniesptool.svg?branch=master + :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_miniesptool :alt: Build Status ROM loader for ESP chips, works with ESP8266 or ESP32. This is a 'no-stub' loader, so you can't read MD5 or firmware back on ESP8266. -See this document for protocol we're implementing: +See this document for protocol we're implementing: https://github.com/espressif/esptool/wiki/Serial-Protocol -See this for the 'original' code we're miniaturizing: +See this for the 'original' code we're miniaturizing: https://github.com/espressif/esptool/blob/master/esptool.py There's a very basic Arduino ROM loader here for ESP32: