Skip to content

Commit a22e39c

Browse files
committed
Update README
1 parent 1e0df50 commit a22e39c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ You can see a list of the installed modules in the
77
[`install_modules.sh`](scripts/install_modules.sh) script.
88

99
The build uses the [Faasm
10-
toolchain](https://github.com/Shillaker/faasm-toolchain) to cross-compile both
10+
toolchain](https://github.com/faasm/faasm-toolchain) to cross-compile both
1111
CPython and C-extensions to WebAssembly.
1212

1313
## Code changes
1414

1515
The CPython build uses this slightly modified [fork of
16-
CPython](https://github.com/Shillaker/cpython/tree/faasm).
16+
CPython](https://github.com/faasm/cpython/tree/faasm).
1717

1818
To see the changes made to CPython, see [this
19-
compare](https://github.com/python/cpython/compare/v3.8.2...Shillaker:faasm).
19+
compare](https://github.com/python/cpython/compare/v3.8.2...faasm:faasm).
2020

2121
A similar (small) list of changes for numpy can be seen
22-
[here](https://github.com/numpy/numpy/compare/v1.19.2...Shillaker:faasm).
22+
[here](https://github.com/numpy/numpy/compare/v1.19.2...faasm:faasm).
2323

2424
CPython is built statically, some notes on this process can be found
2525
[here](https://wiki.python.org/moin/BuildStatically).

0 commit comments

Comments
 (0)