Skip to content

Commit 236642f

Browse files
authored
Fix link to SCIFIO tutorials in formats.md
1 parent 304f556 commit 236642f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/develop/formats.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Before an image can be analyzed, it needs to be opened properly. The way scienti
77

88
[ImageJ2](/software/imagej2) provides a comprehensive solution to the issue of data formats in the form of [SCIFIO](/libs/scifio) data format plugins. [SCIFIO](/libs/scifio), the SCientific Image Format Input and Output library, is a flexible framework for image format support. To get started writing SCIFIO formats:
99

10-
- Check out the [SCIFIO tutorials](https://github.com/scifio/scifio-tutorials/tree/-/core/src/main/java/io/scif/tutorials/core).
10+
- Check out the [SCIFIO tutorials](https://github.com/scifio/scifio-tutorials).
1111
- Look at simple [existing formats](https://github.com/scifio/scifio/blob/scifio-0.24.0/src/main/java/io/scif/formats/BMPFormat.java) for a starting point.
1212

1313
## ImageJ 1.x format handling

0 commit comments

Comments
 (0)