From 4827d7df3ab7d4ca2637fa7bbdd2b4305d4823f4 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 8 May 2015 22:16:01 +0200 Subject: [PATCH] Update line numbers on MXR --- Bisecting-a-Regression.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bisecting-a-Regression.md b/Bisecting-a-Regression.md index f356276..c192d2f 100644 --- a/Bisecting-a-Regression.md +++ b/Bisecting-a-Regression.md @@ -36,9 +36,9 @@ ### Option 3 - Using MXR - 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 +Aurora: http://mxr.mozilla.org/mozilla-aurora/source/browser/extensions/pdfjs/content/build/pdf.js#25 -Beta: http://mxr.mozilla.org/mozilla-beta/source/browser/extensions/pdfjs/content/build/pdf.js#24 +Beta: http://mxr.mozilla.org/mozilla-beta/source/browser/extensions/pdfjs/content/build/pdf.js#25 ## 7) Verify the working version - `git checkout `