Skip to content

Commit e546318

Browse files
committed
readme: Update link
1 parent e077067 commit e546318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@ is built and create your own modules in the same way. Also see the [Makefile](Ma
168168
vfs, data, fat, 0x210000, 0x1F0000,
169169
```
170170
- for Windows with Visual Studio (2013 or up) some extra work has already been done in [this MicroPython fork](https://github.com/stinos/micropython/tree/windows-pyd).
171-
Create an empty C++ dll project, import [extmodule.props](https://github.com/stinos/micropython/blob/windows-pyd/windows/msvc/extmodule.props)
171+
Create an empty C++ dll project, import [extmodule.props](https://github.com/stinos/micropython/blob/windows-pyd/ports/windows/msvc/extmodule.props)
172172
and all code is built into a dll with a .pyd extension which is discovered automatically by the fork's micropython.exe when using
173173
an import statement.

0 commit comments

Comments
 (0)