Skip to content

Commit

Permalink
Fix links to asrouter pages (#661)
Browse files Browse the repository at this point in the history
The newtab component was split into asrouter and newtab and this fixes
some of the links to go to the correct place.
  • Loading branch information
brennie authored Jan 23, 2025
1 parent 59c23c8 commit 5191d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/deep-dives/desktop/desktop-targeting-debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ slug: /desktop-targeting-debug

## Targeting

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).
Available targeting attributes are [documented in firefox-source-docs](https://firefox-source-docs.mozilla.org/browser/components/asrouter/docs/targeting-attributes.html).

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Once the experiment has successfully concluded and analysis shows promising resu
* [`browser/components/asrouter/modules/FeatureCalloutMessages.sys.mjs`][FeatureCalloutMessages]
* [`browser/components/asrouter/modules/OnboardingMessageProvider.sys.mjs`][OnboardingMessageProvider]

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.
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.

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

0 comments on commit 5191d6c

Please sign in to comment.