1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

change repository links

This commit is contained in:
Pascal Gollor 2015-11-02 10:21:43 +01:00
parent 1ee0aa2b37
commit d57315b27d

View File

@ -28,8 +28,8 @@ version="$(git --work-tree=$arduinoESP_src describe --tags --always)"
release_date=$(date "+%b_%d,_%Y") # format for badge link
build_date=$(date "+%b %d, %Y")
destination_path="$tmp_path/doc"
doc_template_url="https://github.com/pgollor/esp8266-arduino-docs.git"
url="http://pgollor.github.io/Arduino"
doc_template_url="https://github.com/igrr/esp8266-arduino-docs.git"
url="http://esp8266.github.io/Arduino"
# control output
echo "Arduino ESP8266 source dir: "$arduinoESP_src