diff --git a/docs/firmware_setup.md b/docs/firmware_setup.md index 09c9850f..a9effb04 100644 --- a/docs/firmware_setup.md +++ b/docs/firmware_setup.md @@ -151,7 +151,7 @@ Note: Both ESP-IDF **v4.4** and **v5.0** are supported. For simplicity, only the 3. Clone Bluepad32 repo ```sh - git clone --recursive https://gitlab.com/ricardoquesada/bluepad32.git + git clone --recursive https://github.com/ricardoquesada/bluepad32.git ``` 4. Setup diff --git a/docs/getting_help.md b/docs/getting_help.md index a6f0aa05..1a715786 100644 --- a/docs/getting_help.md +++ b/docs/getting_help.md @@ -14,12 +14,9 @@ Help us help you by providing: * Which Operating System you are using * Debug log * Post question on our [Discord server][discord_server] -* File bugs in our: - * [Gitlab Issue Tracker][gitlab_issue_tracker] (preferred) - * or [Github Issue Tracker][github_issue_tracker] +* File bugs in our [Github Issue Tracker][github_issue_tracker] [discord_server]: https://discord.gg/r5aMn6Cw5q -[gitlab_issue_tracker]: https://gitlab.com/ricardoquesada/bluepad32/-/issues [github_issue_tracker]: https://github.com/ricardoquesada/bluepad32/issues ## Platforms diff --git a/docs/plat_airlift.md b/docs/plat_airlift.md index 07e8fac4..9fe5d75c 100644 --- a/docs/plat_airlift.md +++ b/docs/plat_airlift.md @@ -153,7 +153,7 @@ esptool.reset() time.sleep(0.5) ``` -[readme]: https://gitlab.com/ricardoquesada/bluepad32/-/blob/master/README.md +[readme]: https://github.com/ricardoquesada/bluepad32/blob/main/README.md [matrix_portal_m4]: https://learn.adafruit.com/adafruit-matrixportal-m4 [passthrough firmware]: https://learn.adafruit.com/adafruit-airlift-breakout/upgrade-external-esp32-airlift-firmware @@ -161,7 +161,7 @@ time.sleep(0.5) The Bluepad32 library for CircuitPython, including a working example is available here: -* https://gitlab.com/ricardoquesada/bluepad32-circuitpython +* https://github.com/ricardoquesada/bluepad32-circuitpython ## How to debug Bluepad32 for AirLift diff --git a/docs/plat_arduino.md b/docs/plat_arduino.md index fcb1cb8d..d5dc17ae 100644 --- a/docs/plat_arduino.md +++ b/docs/plat_arduino.md @@ -84,7 +84,7 @@ And compile & flash! **RECOMMENDED for Advanced users**. ```sh -git clone --recursive https://gitlab.com/ricardoquesada/esp-idf-arduino-bluepad32-template.git my_project +git clone --recursive https://github.com/ricardoquesada/esp-idf-arduino-bluepad32-template.git my_project ``` ... and that's it. diff --git a/docs/plat_mightymiggy.md b/docs/plat_mightymiggy.md index aadae8e3..2967d7f7 100644 --- a/docs/plat_mightymiggy.md +++ b/docs/plat_mightymiggy.md @@ -133,7 +133,7 @@ Both the D-Pad and Left Analog always work as direction buttons. You can grab a precompiled firmware from here (choose latest version): -* https://gitlab.com/ricardoquesada/bluepad32/tags +* https://github.com/ricardoquesada/bluepad32/releases And download the `bluepad32-mightymiggy.zip`. It includes a README with instructions. @@ -152,7 +152,7 @@ idf.py build Please refer to the [general instructions][flashing] for more information on compiling and flashing. -[readme]: https://gitlab.com/ricardoquesada/bluepad32/-/blob/master/README.md +[readme]: https://github.com/ricardoquesada/bluepad32/blob/main/README.md [flashing]: firmware_setup.md [1]: https://lh3.googleusercontent.com/sfRd1qSHaxe4he4lt63Xjsr_ejmrthB00bPpIj4CwuUOyzKy3otIrdsPqhy_Y0U78Ibcw5bssuUOgKxNsvhvq6AQGlmigtj2tWA67HQHEaDU4tEmq850Z47rwRW9EzAhFGi6XrgUhUI=-no diff --git a/docs/plat_nina.md b/docs/plat_nina.md index 0dfbcdd5..65edd775 100644 --- a/docs/plat_nina.md +++ b/docs/plat_nina.md @@ -45,7 +45,7 @@ To flash Bluepad32 firmware, you have to: ### Download latest pre-compiled Bluepad32 firmware for NINA -Download latest binary from here: https://gitlab.com/ricardoquesada/bluepad32/-/releases +Download latest binary from here: https://github.com/ricardoquesada/bluepad32/releases - Download the file with "nina" in its name. E.g: `bluepad32-nina-x.y.z.tar.gz` - Uncompress it using [7-zip][7zip], or from command line (`cmd.exe`): @@ -185,10 +185,10 @@ export ESPPORT=/dev/ttyACM0 esptool.py --port ${ESPPORT} --baud 115200 --before no_reset write_flash 0x1000 ./build/bootloader/bootloader.bin 0x10000 ./build/bluepad32-airlift.bin 0x8000 ./build/partitions_singleapp.bin ``` -[readme]: https://gitlab.com/ricardoquesada/bluepad32/-/blob/master/README.md +[readme]: https://github.com/ricardoquesada/bluepad32/blob/main/README.md ## Example The Bluepad32 library for Arduino with examples is available here: -- http://gitlab.com/ricardoquesada/bluepad32-arduino +- https://github.com/ricardoquesada/bluepad32-arduino diff --git a/docs/supported_keyboards.md b/docs/supported_keyboards.md index 6ebf281d..ae65e225 100644 --- a/docs/supported_keyboards.md +++ b/docs/supported_keyboards.md @@ -6,7 +6,7 @@ Remember: The list of **tested** keyboards is this one: -[file_bug]: https://gitlab.com/ricardoquesada/bluepad32/-/issues +[file_bug]: https://github.com/ricardoquesada/bluepad32/issues ## 8BitDo Retro Mechanical Keyboard diff --git a/docs/supported_mice.md b/docs/supported_mice.md index 199f0736..ce705f47 100644 --- a/docs/supported_mice.md +++ b/docs/supported_mice.md @@ -6,7 +6,7 @@ Remember: The list of **tested** mice is this one: -[file_bug]: https://gitlab.com/ricardoquesada/bluepad32/-/issues +[file_bug]: https://github.com/ricardoquesada/bluepad32/issues ## Apple Magic Mouse A1296 (1st gen)