Skip to content

Commit 9559973

Browse files
authored
Add link to DirectoryEntry in README.md
1 parent 2d2a4ac commit 9559973

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ Some of the file formats that utilize it:
2020

2121
An OLE2 file has [a minuature filesystem embedded in
2222
it](https://en.wikipedia.org/wiki/Compound_File_Binary_Format#Structure) that is
23-
represented as a tree of `DirectoryEntry` values in OLEKit.
23+
represented as a tree of
24+
[`DirectoryEntry`](https://github.com/CoreOffice/OLEKit/blob/master/Sources/OLEKit/DirectoryEntry.swift)
25+
values in OLEKit.
2426

2527
To read a file and an entry within the file:
2628

0 commit comments

Comments
 (0)