зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c47dd85e06
Коммит
1f275c6961
|
@ -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";
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче