Skip to content

Commit

Permalink
Merge pull request #12 from cleydyr/issue-11
Browse files Browse the repository at this point in the history
fix: update broken links
  • Loading branch information
Dazhi Jiao committed Apr 7, 2021
2 parents dfbff9d + 6585080 commit 595a826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Other options:

##### MijParser

Parses [MARC-in-JSON](http://dilettantes.code4lib.org/blog/2010/09/a-proposal-to-serialize-marc-in-json/) format. Used when `format` is `json` or `mij`.
Parses [MARC-in-JSON](https://rossfsinger.com/blog/2010/09/a-proposal-to-serialize-marc-in-json/) format. Used when `format` is `json` or `mij`.

The stream and pipe API uses a sax-like JSON stream parser so it doesn't require in-memory storage of the records. Thus it can process
large number of MARC-in-JSON records.
Expand Down Expand Up @@ -191,7 +191,7 @@ Other options:

##### MijTransformer

Outputs [MARC-in-JSON](http://dilettantes.code4lib.org/blog/2010/09/a-proposal-to-serialize-marc-in-json/) string. Used when `format` is `json` or `mij`.
Outputs [MARC-in-JSON](https://rossfsinger.com/blog/2010/09/a-proposal-to-serialize-marc-in-json/) string. Used when `format` is `json` or `mij`.

Other options:

Expand Down

0 comments on commit 595a826

Please sign in to comment.