Skip to content

Commit f102142

Browse files
author
Francis Duvivier
committed
fixup Change all url's for own repo
1 parent bdfb326 commit f102142

15 files changed

+24
-24
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Arduino ESP32 Gitter Channel
4-
url: https://gitter.im/espressif/arduino-esp32
4+
url: https://gitter.im/francisduvivier/arduino-esp32-fri3d
55
about: Community channel for questions and help
66
- name: ESP32 Forum - Arduino
77
url: https://esp32.com/viewforum.php?f=19

.github/scripts/install-arduino-core-esp32.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ ! -d "$ARDUINO_ESP32_PATH" ]; then
2020
ln -s $GITHUB_WORKSPACE esp32
2121
else
2222
echo "Cloning Core Repository..."
23-
git clone https://github.com/espressif/arduino-esp32.git esp32 > /dev/null 2>&1
23+
git clone https://github.com/francisduvivier/arduino-esp32-fri3d.git esp32 > /dev/null 2>&1
2424
fi
2525

2626
#echo "Updating Submodules ..."

.github/scripts/install-platformio-esp32.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ replace_script+="data['packages']['tool-esptoolpy']['version']='$ESPTOOLPY_VERSI
4040
replace_script+="fp.seek(0);fp.truncate();json.dump(data, fp, indent=2);fp.close()"
4141
python -c "$replace_script"
4242

43-
if [ "$GITHUB_REPOSITORY" == "espressif/arduino-esp32" ]; then
43+
if [ "$GITHUB_REPOSITORY" == "francisduvivier/arduino-esp32-fri3d" ]; then
4444
echo "Linking Core..."
4545
ln -s $GITHUB_WORKSPACE "$PLATFORMIO_ESP32_PATH"
4646
else
4747
echo "Cloning Core Repository ..."
48-
git clone --recursive https://github.com/espressif/arduino-esp32.git "$PLATFORMIO_ESP32_PATH" > /dev/null 2>&1
48+
git clone --recursive https://github.com/francisduvivier/arduino-esp32-fri3d.git "$PLATFORMIO_ESP32_PATH" > /dev/null 2>&1
4949
fi
5050

5151
echo "PlatformIO for ESP32 has been installed"

.github/scripts/on-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function build(){
4040

4141
if [ -z "$GITHUB_WORKSPACE" ]; then
4242
export GITHUB_WORKSPACE="$PWD"
43-
export GITHUB_REPOSITORY="espressif/arduino-esp32"
43+
export GITHUB_REPOSITORY="francisduvivier/arduino-esp32-fri3d"
4444
fi
4545

4646
CHUNK_INDEX=$1

.github/workflows/hil.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
gen_chunks:
1919
if: |
2020
contains(github.event.pull_request.labels.*.name, 'hil_test') ||
21-
(github.event_name == 'schedule' && github.repository == 'espressif/arduino-esp32')
21+
(github.event_name == 'schedule' && github.repository == 'francisduvivier/arduino-esp32-fri3d')
2222
name: Generate Chunks matrix
2323
runs-on: ubuntu-latest
2424
outputs:

.github/workflows/lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
compile-sketch:
2222
if: |
2323
contains(github.event.pull_request.labels.*.name, 'lib_test') ||
24-
(github.event_name == 'schedule' && github.repository == 'espressif/arduino-esp32')
24+
(github.event_name == 'schedule' && github.repository == 'francisduvivier/arduino-esp32-fri3d')
2525
runs-on: ubuntu-latest
2626

2727
env:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![Build Status](https://github.com/francisduvivier/arduino-esp32-fri3d/workflows/ESP32%20Arduino%20CI/badge.svg) [![Documentation Status](https://readthedocs.com/projects/espressif-arduino-esp32/badge/?version=latest)](https://docs.espressif.com/projects/arduino-esp32-fri3d/en/latest/?badge=latest)
44
[![External Libraries Test](https://github.com/francisduvivier/arduino-esp32-fri3d/actions/workflows/lib.yml/badge.svg?branch=master&event=schedule)](https://github.com/francisduvivier/arduino-esp32-fri3d/actions/workflows/lib.yml?link=http://https://github.com/francisduvivier/arduino-esp32-fri3d/blob/master/LIBRARIES_TEST.md)
55

6-
### Need help or have a question? Join the chat at [Gitter](https://gitter.im/espressif/arduino-esp32) or [open a new Discussion](https://github.com/francisduvivier/arduino-esp32-fri3d/discussions)
6+
### Need help or have a question? Join the chat at [Gitter](https://gitter.im/francisduvivier/arduino-esp32-fri3d) or [open a new Discussion](https://github.com/francisduvivier/arduino-esp32-fri3d/discussions)
77

88
## Contents
99

@@ -17,9 +17,9 @@
1717

1818
### Development Status
1919

20-
Latest Stable Release [![Release Version](https://img.shields.io/github/release/espressif/arduino-esp32.svg?style=plastic)](https://github.com/francisduvivier/arduino-esp32-fri3d/releases/latest/) [![Release Date](https://img.shields.io/github/release-date/espressif/arduino-esp32.svg?style=plastic)](https://github.com/francisduvivier/arduino-esp32-fri3d/releases/latest/) [![Downloads](https://img.shields.io/github/downloads/francisduvivier/arduino-esp32-fri3d/latest/total.svg?style=plastic)](https://github.com/francisduvivier/arduino-esp32-fri3d/releases/latest/)
20+
Latest Stable Release [![Release Version](https://img.shields.io/github/release/francisduvivier/arduino-esp32-fri3d.svg?style=plastic)](https://github.com/francisduvivier/arduino-esp32-fri3d/releases/latest/) [![Release Date](https://img.shields.io/github/release-date/francisduvivier/arduino-esp32-fri3d.svg?style=plastic)](https://github.com/francisduvivier/arduino-esp32-fri3d/releases/latest/) [![Downloads](https://img.shields.io/github/downloads/francisduvivier/arduino-esp32-fri3d/latest/total.svg?style=plastic)](https://github.com/francisduvivier/arduino-esp32-fri3d/releases/latest/)
2121

22-
Latest Development Release [![Release Version](https://img.shields.io/github/release/francisduvivier/arduino-esp32-fri3d/all.svg?style=plastic)](https://github.com/francisduvivier/arduino-esp32-fri3d/releases/) [![Release Date](https://img.shields.io/github/release-date-pre/espressif/arduino-esp32.svg?style=plastic)](https://github.com/francisduvivier/arduino-esp32-fri3d/releases/) [![Downloads](https://img.shields.io/github/downloads-prefrancisduvivier/arduino-esp32-fri3d/latest/total.svg?style=plastic)](https://github.com/francisduvivier/arduino-esp32-fri3d/releases/)
22+
Latest Development Release [![Release Version](https://img.shields.io/github/release/francisduvivier/arduino-esp32-fri3d/all.svg?style=plastic)](https://github.com/francisduvivier/arduino-esp32-fri3d/releases/) [![Release Date](https://img.shields.io/github/release-date-pre/francisduvivier/arduino-esp32-fri3d.svg?style=plastic)](https://github.com/francisduvivier/arduino-esp32-fri3d/releases/) [![Downloads](https://img.shields.io/github/downloads-prefrancisduvivier/arduino-esp32-fri3d/latest/total.svg?style=plastic)](https://github.com/francisduvivier/arduino-esp32-fri3d/releases/)
2323

2424
### Development Planning
2525

docs/source/esp-idf_component.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Installation
3131
3232
mkdir -p components && \
3333
cd components && \
34-
git clone https://github.com/espressif/arduino-esp32.git arduino && \
34+
git clone https://github.com/francisduvivier/arduino-esp32-fri3d.git arduino && \
3535
cd arduino && \
3636
git submodule update --init --recursive && \
3737
cd ../.. && \

docs/source/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Resources
147147
.. _ESP32 Forum: https://esp32.com
148148
.. _ESP32 Forum - Arduino: https://esp32.com/viewforum.php?f=19
149149
.. _ESP32 Forum - Hardware: https://esp32.com/viewforum.php?f=12
150-
.. _Gitter: https://gitter.im/espressif/arduino-esp32
150+
.. _Gitter: https://gitter.im/francisduvivier/arduino-esp32-fri3d
151151
.. _Adafruit (Discord): https://discord.gg/adafruit
152152
.. _Espressif MCUs (Discord): https://discord.gg/nKxMTnkD
153153
.. _ESP32 on Reddit: https://www.reddit.com/r/esp32

docs/source/guides/docs_contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Additional Guidelines
328328

329329
If you want to contribute with code on the Arduino ESP32 core, be sure to follow the `ESP-IDF Documenting Code <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/contribute/documenting-code.html>`_ as a reference.
330330

331-
.. _Arduino-ESP32: https://github.com/espressif/arduino-esp32
331+
.. _Arduino-ESP32: https://github.com/francisduvivier/arduino-esp32-fri3d
332332
.. _Sphinx: https://www.sphinx-doc.org/en/master/
333333
.. _ReadTheDocs: https://readthedocs.org/
334334
.. _reStructuredText: https://docutils.sourceforge.io/rst.html

0 commit comments

Comments
 (0)