Fix broken link

pull/1/head
Stella Laurenzo 2020-06-29 16:49:23 -07:00
parent e5ac477862
commit d5e3902b6d
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ See the tests:
## Numpy extension
Numpy compilation is factored as
[an extension](../python/compiler/extensions/numpy) of the core python compiler, using the following features:
[an extension](../python/npcomp/compiler/extensions/numpy) of the core python compiler, using the following features:
* Value coders for importing constant ndarrays.
* Partial evaluation hooks for emitting IR for various built-in ops.