From 6c818979d2d3d4db251e66b95380e88f8139636b Mon Sep 17 00:00:00 2001 From: Salma Taha <42027331+Somaru-chan@users.noreply.github.com> Date: Tue, 20 Oct 2020 13:47:34 +0300 Subject: [PATCH] Re-phrased as requested by reviewer --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82757ed8df..ef1d5f3c2a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -69,12 +69,12 @@ The web app doesn't include any performance profiles by default, so you'll need #### 1. Record a profile: - Open `about:config` in Firefox. - Change `devtools.performance.recording.ui-base-url` to `http://localhost:4242`. Or to the localhost with the proper port you have configured. - - Ensure the profiler menu button is active by clicking the button on the profiler.firefox.com homepage to enable it. + - Ensure the profiler menu button is active by clicking the button on the [profiler.firefox.com](https://profiler.firefox.com/) homepage to enable it. - Record a profile using the menu button, and it should open up in your local environment automatically. #### 2. Use an existing profile: - - On the web, replace the https://profiler.firefox.com with your existing profile URL. - - Alternatively, if a profile has been previously downloaded, drag and drop it to the loading screen (this may hinder refreshing). + - On the web, replace the https://profiler.firefox.com with your local server, usually `http://localhost:4242`. + - Alternatively, if a profile has been previously downloaded, drag and drop it to the loading screen. Compared to the previous solution, refreshing won't work with this particular solution. For more information on loading a profile, visit its [documentation](loading-in-profiles.md).