Skip to content

Commit 9da8bf9

Browse files
committed
Doc: distributed-erlang.md: fix example file path
Add missing `/erlang`. Signed-off-by: Davide Bettio <davide@uninstall.it>
1 parent 6330d9f commit 9da8bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/distributed-erlang.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Distribution is currently available on all platforms with TCP/IP communication,
1717
Two examples are provided:
1818

1919
- disterl in `examples/erlang/disterl.erl`: distribution on Unix systems
20-
- epmd\_disterl in `examples/esp32/epmd_disterl.erl`: distribution on ESP32 devices
20+
- epmd\_disterl in `examples/erlang/esp32/epmd_disterl.erl`: distribution on ESP32 devices
2121

2222
## Starting and stopping distribution
2323

0 commit comments

Comments
 (0)