From ca3e3ff7682a09454b96a4e6b32fcec3c17710a9 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Thu, 4 Apr 2024 18:19:26 +0200 Subject: [PATCH] Fix dead link to the generic viewer --- Frequently-Asked-Questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 0f4d626..d453640 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -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.