Skip to content

Commit c505f6e

Browse files
authored
Merge pull request #971 from thewtex/format-links
docs(file_formats): use relative paths for interface type links
2 parents 43551ce + 60f8efc commit c505f6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/introduction/file_formats/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ITK-Wasm formats can be output in a directory or bundled in a single `.cbor` fil
1515
ITK-Wasm file formats are available in ITK-Wasm IO functions but also in C++ via the *WebAssemblyInterface* ITK module. This module can be enabled in an ITK build by setting the `-DModule_WebAssemblyInterface:BOOL=ON` flag in CMake. And, loading and conversion is also available native-binary Python bindings via the [*itk-webassemblyinterface* Python package](https://pypi.org/project/itk-webassemblyinterface/).
1616

1717
<dl>
18-
<dt><b>ITK-Wasm Image (.iwi, .iwi.cbor)</b><dt><dd>Serialization of an <a href="/typescript/interface_types/Image.html"><code>Image</code></a>.</dd>
19-
<dt><b>ITK-Wasm Mesh (.iwm, .iwm.cbor)</b><dt><dd>Serialization of a <a href="/typescript/interface_types/Mesh.html"><code>Mesh</code></a>, or <a href="/typescript/interface_types/PolyData.html"><code>PolyData</code></a>.</dd>
18+
<dt><b>ITK-Wasm Image (.iwi, .iwi.cbor)</b><dt><dd>Serialization of an <a href="../../typescript/interface_types/Image.html"><code>Image</code></a>.</dd>
19+
<dt><b>ITK-Wasm Mesh (.iwm, .iwm.cbor)</b><dt><dd>Serialization of a <a href="../../typescript/interface_types/Mesh.html"><code>Mesh</code></a>, or <a href="../../typescript/interface_types/PolyData.html"><code>PolyData</code></a>.</dd>
2020
</dl>
2121

2222

@@ -27,4 +27,4 @@ ITK-Wasm file formats are available in ITK-Wasm IO functions but also in C++ via
2727
images.md
2828
meshes.md
2929
dicom.md
30-
```
30+
```

0 commit comments

Comments
 (0)