Bug 1721825 - [devtools] Updated 'Learn more' link in the new Performance panel r=jdescottes,julienw.

Differential Revision: https://phabricator.services.mozilla.com/D122572
This commit is contained in:
Mohit Tarani 2021-08-16 17:41:24 +00:00
Родитель c47dd85e06
Коммит 1f275c6961
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -35,8 +35,7 @@ const Localized = createFactory(
const Services = require("Services");
const { openDocLink } = require("devtools/client/shared/link");
const LEARN_MORE_URL =
"https://developer.mozilla.org/docs/Mozilla/Performance/Profiling_with_the_Built-in_Profiler";
const LEARN_MORE_URL = "https://profiler.firefox.com/docs";
const ONBOARDING_PREF = "devtools.performance.new-panel-onboarding";
/**