Skip to content

Commit

Permalink
update link to paged.js homepage (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmueller authored Oct 17, 2022
1 parent aa54347 commit c613be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ It will produce a file named `examples/cheat-sheet/maven-security-cheat-sheet.pd
Asciidoctor Web PDF is using an HTML 5 converter to convert an AsciiDoc document to an HTML 5 page.
[Puppeteer](https://github.com/GoogleChrome/puppeteer) will then run a headless Chrome to generate a PDF from the HTML 5 page.

To paginate content in the browser, we are using [Paged.js](https://www.pagedmedia.org/paged-js/),
To paginate content in the browser, we are using [Paged.js](https://pagedjs.org/),
an open-source library, that acts as a _polyfill_ for [Paged Media](https://www.w3.org/TR/css-page-3/) and [Generated Content for Paged Media](https://www.w3.org/TR/css-gcpm-3/) W3C specifications.

This project is heavily inspired by [ReLaXed](https://github.com/RelaxedJS/ReLaXed).
Expand Down

0 comments on commit c613be3

Please sign in to comment.