diff --git a/Bisecting-a-Regression.md b/Bisecting-a-Regression.md index 624ac41..f356276 100644 --- a/Bisecting-a-Regression.md +++ b/Bisecting-a-Regression.md @@ -37,6 +37,7 @@ - If you know it was good in the Beta or Aurora branch, get the bad commit ID from MXR. Find the line with 'PDFJS.build = ' and copy the value in the single quotes, e.g., 4e83123. Aurora: http://mxr.mozilla.org/mozilla-aurora/source/browser/extensions/pdfjs/content/build/pdf.js#24 + Beta: http://mxr.mozilla.org/mozilla-beta/source/browser/extensions/pdfjs/content/build/pdf.js#24 ## 7) Verify the working version