Skip to content

Commit 64d8b8e

Browse files
authored
docs(typescript): fix interface types module link
1 parent 86693d7 commit 64d8b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/typescript/interface_types/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Interface Types
22

3-
itk-wasm execution pipelines support the following [interface types](https://github.com/InsightSoftwareConsortium/itk-wasm/tree/main/src/core/InterfaceTypes.ts):
3+
itk-wasm execution pipelines support the following [interface types](https://github.com/InsightSoftwareConsortium/itk-wasm/tree/main/packages/core/typescript/itk-wasm/src/interface-types/interface-types.ts):
44

55
```{toctree}
66
:maxdepth: 3
@@ -18,4 +18,4 @@ PolyData.md
1818
JsonCompatible.md
1919
```
2020

21-
These interfaces types are supported in the [Emscripten interface](/api/browser_pipelines), [WASI](https://wasi.dev/) embedding interfaces, and native or virtual [filesystem IO](/introduction/file_formats/index.html). They are intended to be forward-compatible with the [WebAssembly Component Model](https://github.com/WebAssembly/component-model).
21+
These interfaces types are supported in the [Emscripten interface](/api/browser_pipelines), [WASI](https://wasi.dev/) embedding interfaces, and native or virtual [filesystem IO](/introduction/file_formats/index.html). They are intended to be forward-compatible with the [WebAssembly Component Model](https://github.com/WebAssembly/component-model).

0 commit comments

Comments
 (0)