You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -666,7 +666,7 @@ It will produce a file named `examples/cheat-sheet/maven-security-cheat-sheet.pd
666
666
Asciidoctor Web PDF is using an HTML 5 converter to convert an AsciiDoc document to an HTML 5 page.
667
667
[Puppeteer](https://github.com/GoogleChrome/puppeteer) will then run a headless Chrome to generate a PDF from the HTML 5 page.
668
668
669
-
To paginate content in the browser, we are using [Paged.js](https://www.pagedmedia.org/paged-js/),
669
+
To paginate content in the browser, we are using [Paged.js](https://pagedjs.org/),
670
670
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.
671
671
672
672
This project is heavily inspired by [ReLaXed](https://github.com/RelaxedJS/ReLaXed).
0 commit comments