8000 README: Update pointers to esp32 subdir now that it's moved to ports/. · nickzoic/micropython-esp32@a62ef60 · GitHub
[go: up one dir, main page]

Skip to content

Commit a62ef60

Browse files
committed
README: Update pointers to esp32 subdir now that it's moved to ports/.
1 parent d7b373c commit a62ef60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ This repository is a clone of the main, upstream repository found at
1717
https://github.com/micropython/micropython. This repository adds a new
1818
branch called `esp32` which contains a port of MicroPython to the ESP32
1919
microcontroller, under the MIT license. Please see the `README.md` file
20-
in the `esp32/` subdirectory for details of this port.
20+
in the `ports/esp32/` subdirectory for details of this port.
2121

2222
This `esp32` branch is the default branch and all pull requests should be
2323
made to this branch, and any issues should discuss only the code developed
24-
in the `esp32/` subdirectory.
24+
in the `ports/esp32/` subdirectory.
2525

2626
The `esp32` branch will not be rebased so it is safe to clone/fork it and
2727
base your work on it. New commits from the upstream repository will

0 commit comments

Comments
 (0)
0