Skip to content

Commit 5191d6c

Browse files
Fix links to asrouter pages (#661)
The newtab component was split into asrouter and newtab and this fixes some of the links to go to the correct place.
1 parent 59c23c8 commit 5191d6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/deep-dives/desktop/desktop-targeting-debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ slug: /desktop-targeting-debug
1717

1818
## Targeting
1919

20-
Available targeting attributes are [documented in firefox-source-docs](https://firefox-source-docs.mozilla.org/browser/components/newtab/content-src/asrouter/docs/targeting-attributes.html).
20+
Available targeting attributes are [documented in firefox-source-docs](https://firefox-source-docs.mozilla.org/browser/components/asrouter/docs/targeting-attributes.html).
2121

2222
Inside the textarea targeting expressions can be written and evaluated using the `Evaluate` button.
2323

docs/workflow/implementing/messaging/desktop-messaging-journey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Once the experiment has successfully concluded and analysis shows promising resu
2424
* [`browser/components/asrouter/modules/FeatureCalloutMessages.sys.mjs`][FeatureCalloutMessages]
2525
* [`browser/components/asrouter/modules/OnboardingMessageProvider.sys.mjs`][OnboardingMessageProvider]
2626

27-
Visit [Firefox Source docs](https://firefox-source-docs.mozilla.org/browser/components/newtab/docs/index.html): newtab for details on how to develop within our components.
27+
Visit [Firefox Source docs](https://firefox-source-docs.mozilla.org/browser/components/asrouter/docs/index.html): newtab for details on how to develop within our components.
2828

2929
[AboutWelcomeDefaults]: https://searchfox.org/mozilla-central/source/browser/components/aboutwelcome/modules/AboutWelcomeDefaults.sys.mjs
3030
[FeatureCalloutMessages]: https://searchfox.org/mozilla-central/source/browser/components/asrouter/modules/FeatureCalloutMessages.sys.mjs

0 commit comments

Comments
 (0)