Skip to content

Commit

Permalink
Favor GFM-style relative markdown links.
Browse files Browse the repository at this point in the history
  • Loading branch information
step- committed Aug 13, 2020
1 parent 22c98d6 commit c49397a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ your platform uses mawk, see below).
<name a="library"></a>
## Library

This repository includes a [library](doc/library.md) of awk callbacks that were
This repository includes a
[library](https://github.com/step-/JSON.awk/blob/master/doc/library.md)
of awk callbacks that were
developed to solve various practical problems, and are fully worked-out source
code examples of how to use the callback interface.

Expand All @@ -34,7 +36,8 @@ To use callbacks an application must:

2. define the callback functions.

File [callbacks.awk](callbacks.awk) implements stubs of all required
File [callbacks.awk](https://github.com/step-/JSON.awk/blob/master/callbacks.awk)
implements stubs of all required
callback functions that your application can reuse or redefine as needed.

When `STREAM=0` JSON.awk will modify its behavior as follows:
Expand Down

0 comments on commit c49397a

Please sign in to comment.