Skip to content

Commit 40f9705

Browse files
committed
Merge pull request #2058 from bettio/fix-example-file-path
Doc: distributed-erlang.md: fix example file path These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 6330d9f + 9da8bf9 commit 40f9705

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)