Fix dead link to the generic viewer

Tim van der Meij 2024-04-04 18:19:26 +02:00
parent 97eb32de0e
commit ca3e3ff768

@ -220,7 +220,7 @@ PDF.js is a general-purpose library to parse and render PDFs. It is included in
The version number consists of three digits: the major release number, minor release number and build number. Before version 1.2, the major and minor numbers were selected when some major milestone was reached. Currently, we are using semantic versioning, where a major version release means that we can introduce API-breaking changes and a minor version release indicates added functionality and backwards compatible changes. The build number is incremented by one each time a new commit is pushed to the master branch.
We are moving fast and trying to land as much good stuff as we can review and test. The [generic viewer](http://mzl.la/pdf-js) always contains the latest PDF.js build and is available for testing.
We are moving fast and trying to land as much good stuff as we can review and test. The [generic viewer](https://mozilla.github.io/pdf.js/web/viewer.html) always contains the latest PDF.js build and is available for testing.
We regularly (usually weekly or bi-weekly) push the library to the [Firefox Nightly](http://nightly.mozilla.org/) channel. To promote the latest beta to a stable release, we listen for feedback (via [GitHub](https://github.com/mozilla/pdf.js/issues), [Bugzilla](https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=PDF+Viewer) or [Matrix](https://chat.mozilla.org/#/room/#pdfjs:mozilla.org)) from the users and projects that use the library. If no critical issues (e.g. a build is unusable, major regressions, et cetera) appeared, we promote the build to stable. Otherwise we fix the issues and create a new beta release.