Skip to content

Commit b4c79d4

Browse files
authored
Merge pull request #7 from UncleGrumpy/atomvm.org
Update URLs to use atomvm.org domains
2 parents 75bacc0 + cd0d3f8 commit b4c79d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

markdown/mqtt_client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ The AtomVM MQTT client is only supported on the ESP32 platform.
2424

2525
The AtomVM MQTT client is implemented as an AtomVM component, which includes some native C code that must be linked into the ESP32 AtomVM image. In order to build and deploy this client code, you must build an AtomVM binary image.
2626

27-
For general instructions about how to build AtomVM and include third-party components into an AtomVM image, see the [AtomVM Build Instructions](https://doc.atomvm.net/build-instructions.html).
27+
For general instructions about how to build AtomVM and include third-party components into an AtomVM image, see the [AtomVM Build Instructions](https://doc.atovm.org/latest/build-instructions.html).
2828

29-
Once the AtomVM image including this component has been built, you can flash the image to your ESP32 device. For instructions about how to flash AtomVM images to your ESP32 device, see the AtomVM [Getting Started Guide](https://doc.atomvm.net/getting-started-guide.html).
29+
Once the AtomVM image including this component has been built, you can flash the image to your ESP32 device. For instructions about how to flash AtomVM images to your ESP32 device, see the AtomVM [Getting Started Guide](https://doc.atovm.org/latest/getting-started-guide.html).
3030

3131
Once the AtomVM image including this component has been flashed to your ESP32 device, you can then include this project into your [`rebar3`](https://www.rebar3.org) project using the [`atomvm_rebar3_plugin`](https://github.com/atomvm/atomvm_rebar3_plugin), which provides targets for building AtomVM packbeam files and flashing them to your device.
3232

0 commit comments

Comments
 (0)