Skip to content

Commit ce437c6

Browse files
committed
Fix anchor links in doc
1 parent 221820b commit ce437c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ data. Binary-parser dynamically generates and compiles the parser code
1010
on-the-fly, which runs as fast as a hand-written parser (which takes much more
1111
time and effort to write). Supported data types are:
1212

13-
- [Integers](#uint8-16-32le-bename-options) (supports 8, 16, 32 bit signed-
14-
and unsigned integers)
13+
- [Integers](#uint8-16-32-64le-bename-options) (supports 8, 16, 32 and 64bit
14+
signed and unsigned integers)
1515
- [Floating point numbers](#float-doublele-bename-options) (supports 32 and 64
1616
bit floating point values)
1717
- [Bit fields](#bit1-32name-options) (supports bit fields with length from 1
@@ -20,8 +20,8 @@ time and effort to write). Supported data types are:
2020
variable-length, zero terminated string)
2121
- [Arrays](#arrayname-options) (supports user-defined element type,
2222
fixed-length and variable-length)
23-
- [Choices](##choicename-options)
24-
- [Pointers](##pointername-options)
23+
- [Choices](#choicename-options)
24+
- [Pointers](#pointername-options)
2525
- User defined types
2626

2727
Binary-parser is inspired by [BinData](https://github.com/dmendel/bindata)

0 commit comments

Comments
 (0)