Skip to content

Commit b3ba96c

Browse files
committed
Link to report bugs
1 parent e23541c commit b3ba96c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,11 @@ The included
563563
[bacmp.c](https://github.com/hackerb9/tokenize/blob/main/bacmp.c)
564564
program may be useful for others who wish to discover if two tokenized
565565
BASIC files are identical. Because of the way the Model 100 works, a
566-
normal `cmp` test will fail. There are pointers from each BASIC line
567-
to the next which change based upon where the program happens to be in
568-
memory. The `bacmp` program handles that by allowing line pointers to
569-
differ as long as they are offset by a constant amount.
566+
normal [`cmp`](https://manpages.debian.org/cmp) test will fail. There
567+
are pointers from each BASIC line to the next which change based upon
568+
where the program happens to be in memory. The `bacmp` program handles
569+
that by allowing line pointers to differ as long as they are offset by
570+
a constant amount.
570571

571572
Note that generating correct line pointers is actually unnecessary in
572573
a tokenizer; they could be any arbitrary values. The Model 100 always
@@ -581,7 +582,8 @@ has followed suit.
581582

582583
## Known Bugs
583584

584-
* None known. Reports are gratefully accepted.
585+
* None known. [Reports](https://github.com/hackerb9/tokenize/issues/new)
586+
are gratefully accepted.
585587

586588

587589
## Alternatives

0 commit comments

Comments
 (0)