Skip to content

Commit 162ec8f

Browse files
committed
README.md: Add link for stream docs
1 parent 98bbdb7 commit 162ec8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version 0.4.0
44

55
[![Build status](https://github.com/dpt/DPTLib/actions/workflows/ci.yml/badge.svg)](https://github.com/dpt/DPTLib/actions)
66

7-
© David Thomas, 2013-2022
7+
© David Thomas, 2013-2024
88

99
Overview
1010
--------
@@ -62,7 +62,7 @@ Modules
6262

6363
### I/O
6464

65-
* [`io/stream.h`](https://github.com/dpt/DPTLib/blob/master/include/io/stream.h) — stream system
65+
* [`io/stream.h`](https://github.com/dpt/DPTLib/blob/master/include/io/stream.h) — stream system {[docs](https://github.com/dpt/DPTLib/blob/master/docs/stream.md)}
6666
* [`io/stream-stdio.h`](https://github.com/dpt/DPTLib/blob/master/include/io/stream-stdio.h) — C standard IO stream implementation
6767
* [`io/stream-mem.h`](https://github.com/dpt/DPTLib/blob/master/include/io/stream-mem.h) — memory block IO stream implementation
6868
* [`io/stream-packbits.h`](https://github.com/dpt/DPTLib/blob/master/include/io/stream-packbits.h) — PackBits compression - from [TIFF](http://en.wikipedia.org/wiki/Tagged_Image_File_Format)

0 commit comments

Comments
 (0)