Skip to content

Commit

Permalink
doc: update links to github repo
Browse files Browse the repository at this point in the history
using githug as official repo now.
gitlab is the mirror.
  • Loading branch information
ricardoquesadawork committed Jan 19, 2024
1 parent 26825aa commit e1c8e2b
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/firmware_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions docs/getting_help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/plat_airlift.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,15 @@ 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

## CircuitPython example

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plat_arduino.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/plat_mightymiggy.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Both the D-Pad and <kbd>Left Analog</kbd> 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.

Expand All @@ -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
6 changes: 3 additions & 3 deletions docs/plat_nina.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`):
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/supported_keyboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/supported_mice.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e1c8e2b

Please sign in to comment.