Skip to content

Commit e5ec024

Browse files
authored
Merge pull request #13 from UncleGrumpy/update_urls
2 parents 453c4f4 + fd8a0f2 commit e5ec024

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/lora_example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For this application, you will need:
1515

1616
While the [IDF SDK](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/) and required tool-chains are not required, they may make life a little easier.
1717

18-
> Note. These instructions assume you have flashed the AtomVM virtual machine and Erlang libraries to your ESP32 device. For information about flashing ESP32 devices with the AtomVM virtual machine and libraries, consult the [AtomVM documentation](https://doc.atomvm.net).
18+
> Note. These instructions assume you have flashed the AtomVM virtual machine and Erlang libraries to your ESP32 device. For information about flashing ESP32 devices with the AtomVM virtual machine and libraries, consult the [AtomVM documentation](https://doc.atomvm.org/latest) [Getting Started on the ESP32 platform](https://doc.atomvm.org/latest/getting-started-guide.html#getting-started-on-the-esp32-platform) section.
1919
2020
## Getting Started
2121

markdown/components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This page provides instructions for building and linking `atomvm_lib` components
1313
* [IDF SDK](https://docs.espressif.com/projects/esp-idf/en/release-v3.3/index.html) and tool chain, and its pre-requisite software.
1414
* [AtomVM](https://github.com/bettio/AtomVM) source tree, and its pre-requisite software.
1515

16-
> Note. These instructions assume you have downloaded the AtomVM virtual machine and have the required software needed to build the VM, including the IDF SDK and tool chain. Instructions for building AtomVM are outside of the scope of this document. For information about how to build AtomVM targeted for the ESP32, see the [AtomVM Implementors Guide](http://doc.atomvm.net).
16+
> Note. These instructions assume you have downloaded the AtomVM virtual machine and have the required software needed to build the VM, including the IDF SDK and tool chain. Instructions for building AtomVM are outside of the scope of this document. For information about how to build AtomVM targeted for the ESP32, see the [AtomVM Build Instructions](https://doc.atomvm.org/latest/build-instructions.html#building-for-esp32).
1717
1818
## `atomvm_lib` Build Instructions
1919

@@ -37,4 +37,4 @@ This step should create a new AtomVM image, with the `atomvm_lib` components lin
3737

3838
Now that you have built an AtomVM VM image containing `atomvm_lib` components, you can now flash the AtomVM image to your device.
3939

40-
> Note. Flashing the AtomVM image, containing the AtomVM VM and core Erlang libraries is outside of the scope of this document. For information about how to create an AtomVM image and flash it to an ESP32, see the [AtomVM Implementors Guide](http://doc.atomvm.net).
40+
> Note. Flashing the AtomVM image, containing the AtomVM VM and core Erlang libraries is outside of the scope of this document. For information about how to create an AtomVM image and flash it to an ESP32, see the [AtomVM Getting Started](https://doc.atomvm.org/latest/getting-started-guide.html#getting-started-on-the-esp32-platform) chapter of the documentation.

0 commit comments

Comments
 (0)