From b2e7bf5629a8aa8f41362c6dd8bdf0ef5b60e588 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 8 May 2015 22:15:12 +0200 Subject: [PATCH] Line spacing --- Bisecting-a-Regression.md | 1 + 1 file changed, 1 insertion(+) 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