diff --git a/AUTHORS.md b/AUTHORS.md index 5e5bce04..31f015bd 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,3 +1,3 @@ Copyright of each contribution is tracked by the Git history. See the output of `git shortlog -nse` for a full list or `git log --pretty=short --follow |git shortlog -ne` to track a specific file. -See also [the Contributors page on Github](https://github.com/ChameleonUltra/ChameleonUltra/graphs/contributors). +See also [the Contributors page on Github](https://github.com/RfidResearchGroup/ChameleonUltra/graphs/contributors). diff --git a/README.md b/README.md index 603bfff3..13785b88 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# Chameleon Ultra Fireman fork - ![logo](docs/images/ultra-logo.png) ![ultra picture](docs/images/ultra-overview.png) @@ -22,12 +20,12 @@ Lazada One, Singapore: [Aliexpress by RRG](https://proxgrind.aliexpress.com/stor # What is it and how to use ? -Read the [available documentation](https://github.com/ChameleonUltra/ChameleonUltra/wiki). +Read the [available documentation](https://github.com/RfidResearchGroup/ChameleonUltra/wiki). # Compatible applications * [ChameleonUltraGUI](https://github.com/GameTec-live/ChameleonUltraGUI) -* [MTools BLE](https://github.com/ChameleonUltra/ChameleonUltra/wiki/mtoolsble) +* [MTools BLE](https://github.com/RfidResearchGroup/ChameleonUltra/wiki/mtoolsble) # Videos @@ -42,8 +40,7 @@ Read the [available documentation](https://github.com/ChameleonUltra/ChameleonUl # Official channels Where do you find the community? -* [GameTec_live discord server](https://discord.gg/DJ2A4wxncK) * [RFID Hacking community discord server](https://t.ly/d4_C) * Software/chameleon-dev for firmware and clients development discussions * Devices/chameleon-ultra for usage discussions - +* [GameTec_live discord server](https://discord.gg/DJ2A4wxncK) diff --git a/firmware/docker-compose.yml b/firmware/docker-compose.yml index 2703bdef..957467b6 100644 --- a/firmware/docker-compose.yml +++ b/firmware/docker-compose.yml @@ -9,7 +9,6 @@ services: build-ultra: image: ghcr.io/rfidresearchgroup/chameleonultra-fw-builder:main - # image: ghcr.io/chameleonultra/chameleonultra-fw-builder:main platform: linux/amd64 volumes: - '../:/workdir:rw' @@ -18,7 +17,6 @@ services: command: bash ./firmware/build.sh build-lite: image: ghcr.io/rfidresearchgroup/chameleonultra-fw-builder:main - # image: ghcr.io/chameleonultra/chameleonultra-fw-builder:main platform: linux/amd64 volumes: - '../:/workdir:rw'