Skip to content

Commit

Permalink
Bug 1945858 - Resolve many broken links to firefox-source-docs.mozill…
Browse files Browse the repository at this point in the history
…a.org r=webdriver-reviewers,perftest-reviewers,devtools-reviewers,translations-reviewers,android-reviewers,frontend-codestyle-reviewers,sparky,ohall

Differential Revision: https://phabricator.services.mozilla.com/D236721
  • Loading branch information
Rob--W committed Feb 6, 2025
1 parent ecb1658 commit c7e6b33
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion accessible/docs/ColorsAndHighContrastMode.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ System colors are colors queried from the operating system. They help Firefox ad
Users on non-Windows platforms will see their selections in the colors dialog reflected automatically, but they will _not_ see OS changes until they check "Use system colors".

For a simplified flow chart of this decision tree, check out our [HCM Settings page](/https://firefox-source-docs.mozilla.org/accessible/HCMSettings.html)
For a simplified flow chart of this decision tree, check out our [HCM Settings page](https://firefox-source-docs.mozilla.org/accessible/HCMSettings.html)

## High Contrast Mode

Expand Down
2 changes: 1 addition & 1 deletion devtools/client/application/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The panel is registered along the rest of the Developer Tools panels, in `devtoo

The panel uses the [fluent-react](https://github.com/projectfluent/fluent.js/wiki/React-Bindings) library. The localization file is located at `devtools/client/locales/en-US/application.ftl` and it follows [Fluent syntax](https://projectfluent.org/fluent/guide/).

You should read the [Fluent for Firefox developers](https://firefox-source-docs.mozilla.org/l10n/fluent/tutorial.html) and [Guidelines for Fluent Reviewers](https://firefox-source-docs.mozilla.org/intl/l10n/l10n/fluent_review.html) guides.
You should read the [Fluent for Firefox developers](https://firefox-source-docs.mozilla.org/l10n/fluent/tutorial.html) and [Guidelines for Fluent Reviewers](https://firefox-source-docs.mozilla.org/l10n/fluent/review.html) guides.

#### Adding a new string

Expand Down
2 changes: 1 addition & 1 deletion mach
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def main(args):
print(
dedent(
"""
See https://firefox-source-docs.mozilla.org/setup/linux_build.html#installingpython
See https://firefox-source-docs.mozilla.org/setup/linux_build.html#install-python
for guidance on how to install Python on your system.
"""
).strip()
Expand Down
2 changes: 1 addition & 1 deletion mobile/android/focus-android/docs/Telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ For clients that have "send anonymous usage data" enabled Focus sends a "core" p

## Core ping

Focus for Android creates and tries to send a "core" ping whenever the app goes to the background. This core ping uses the same format as Firefox for Android and is [documented on firefox-source-docs.mozilla.org](https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/data/core-ping.html).
Focus for Android creates and tries to send a "core" ping whenever the app goes to the background. This core ping uses the same format as Firefox for Android and is [documented on firefox-source-docs.mozilla.org](https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/obsolete/core-ping.html).

## Event ping

Expand Down
2 changes: 1 addition & 1 deletion python/mozbuild/mozbuild/config_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
the top source directory in Android Studio directly and build using Gradle.
See the documentation at
https://firefox-source-docs.mozilla.org/mobile/android/geckoview/contributor/geckoview-quick-start.html#build-using-android-studio
https://firefox-source-docs.mozilla.org/mobile/android/index.html#build-using-android-studio
=============
""".strip()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ function compare_remote_settings_files {

# Helper for compare_remote_settings_files to download attachments from remote settings.
# The format and location is documented at:
# https://firefox-source-docs.mozilla.org/services/common/services/RemoteSettings.html#packaging-attachments
# https://firefox-source-docs.mozilla.org/services/settings/index.html#services-packaging-attachments
function update_remote_settings_attachment() {
local bucket=$1
local collection=$2
Expand Down
6 changes: 3 additions & 3 deletions testing/geckodriver/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@ and greater.

[README]: https://github.com/mozilla/geckodriver/blob/master/README.md
[crash reports]: <https://firefox-source-docs.mozilla.org/testing/geckodriver/CrashReports.html>
[usage documentation]: <https://firefox-source-docs.mozilla.org/testing/geckodriver/Usage.html#Running-Firefox-in-an-container-based-package>
[usage documentation]: <https://firefox-source-docs.mozilla.org/testing/geckodriver/Usage.html#running-firefox-in-a-container-based-package>
[Browser Toolbox]: https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox
[WebDriver conformance]: https://wpt.fyi/results/webdriver/tests?label=experimental
[`webSocketUrl`]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities/webSocketUrl
Expand All @@ -1869,8 +1869,8 @@ and greater.
[Fission]: https://wiki.mozilla.org/Project_Fission
[Capabilities]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Capabilities.html
[Flags]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Flags.html
[`--allow-hosts`]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Flags.html#code-allow-hosts-var-allow-hosts-var-code
[`--allow-origins`]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Flags.html#code-allow-origins-var-allow-origins-var-code
[`--allow-hosts`]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Flags.html#allow-hosts-allow-hosts
[`--allow-origins`]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Flags.html#allow-origins-allow-origins
[enable remote debugging on the Android device]: https://developers.google.com/web/tools/chrome-devtools/remote-debugging
[macOS notarization]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Notarization.html
[Rust]: https://rustup.rs/
Expand Down
2 changes: 1 addition & 1 deletion testing/geckodriver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For a detailed list of changes included in each release, please refer to the [ch
* [geckodriver usage](https://firefox-source-docs.mozilla.org/testing/geckodriver/Usage.html)
* [Supported platforms](https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.html)
* [Firefox capabilities](https://firefox-source-docs.mozilla.org/testing/geckodriver/Capabilities.html)
* [Capabilities example](https://firefox-source-docs.mozilla.org/testing/geckodriver/Capabilities.html#capabilities-example)
* [Capabilities example](https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities/firefoxOptions#example)
* [Enabling trace logs](https://firefox-source-docs.mozilla.org/testing/geckodriver/TraceLogs.html)
* [Analyzing crash data from Firefox](https://firefox-source-docs.mozilla.org/testing/geckodriver/CrashReports.html)

Expand Down
2 changes: 1 addition & 1 deletion testing/mozbase/mozgeckoprofiler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name=PACKAGE_NAME,
version=PACKAGE_VERSION,
description="Library to generate and view performance data in the Firefox Profiler",
long_description="see https://firefox-source-docs.mozilla.org/mozgeckoprofiler/index.html",
long_description="see https://firefox-source-docs.mozilla.org/mozbase/mozgeckoprofiler.html",
classifiers=[
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
Expand Down
2 changes: 1 addition & 1 deletion testing/perfdocs/generated/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ Code formatting on Raptor
*************************
As Raptor is a Mozilla project we follow the general Python coding style:

* https://firefox-source-docs.mozilla.org/tools/lint/coding-style/coding_style_python.html
* https://firefox-source-docs.mozilla.org/code-quality/coding-style/coding_style_python.html

`black <https://github.com/psf/black/>`_ is the tool used to reformat the Python code.
2 changes: 1 addition & 1 deletion testing/raptor/raptor/perfdocs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ Code formatting on Raptor
*************************
As Raptor is a Mozilla project we follow the general Python coding style:

* https://firefox-source-docs.mozilla.org/tools/lint/coding-style/coding_style_python.html
* https://firefox-source-docs.mozilla.org/code-quality/coding-style/coding_style_python.html

`black <https://github.com/psf/black/>`_ is the tool used to reformat the Python code.
2 changes: 1 addition & 1 deletion toolkit/components/glean/src/init/user_activity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub(crate) struct UserActivityObserver {
/// Listens to Firefox Desktop's `user-interaction-(in)active` topics,
/// debouncing them before calling into the Glean SDK Client Activity API.
/// See
/// [the docs](https://firefox-source-docs.mozilla.org/toolkit/components/glean/builtin_pings.html)
/// [the docs](https://firefox-source-docs.mozilla.org/toolkit/components/glean/dev/builtin_pings.html)
/// for more info.
#[allow(non_snake_case)]
impl UserActivityObserver {
Expand Down
4 changes: 2 additions & 2 deletions toolkit/components/translations/docs/resources/03_bergamot.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ no issues. We can roll back the release if any unexpected issues are found.
The plan for this release is available:
https://firefox-source-docs.mozilla.org/toolkit/components/translations/resources/03_bergamot.html#release
https://firefox-source-docs.mozilla.org/toolkit/components/translations/resources/03_bergamot.html#releasing
Thank you,
[NAME]
Expand All @@ -112,7 +112,7 @@ found. We can roll back the release if any unexpected issues are found.
The plan for this release is available:
https://firefox-source-docs.mozilla.org/toolkit/components/translations/resources/03_bergamot.html#release
https://firefox-source-docs.mozilla.org/toolkit/components/translations/resources/03_bergamot.html#releasing
Thank you,
[NAME]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function checkEagerModule(context, node, resourceURI) {
module.exports = {
meta: {
docs: {
url: "https://firefox-source-docs.mozilla.org/code-quality/lint/linters/eslint-plugin-mozilla/rules/tools/lint/eslint/eslint-plugin-mozilla/lib/rules/reject-eager-module-in-lazy-getter.html",
url: "https://firefox-source-docs.mozilla.org/code-quality/lint/linters/eslint-plugin-mozilla/rules/reject-eager-module-in-lazy-getter.html",
},
messages: {
eagerModule:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function checkMixed(loadedModules, context, node, type, resourceURI) {
module.exports = {
meta: {
docs: {
url: "https://firefox-source-docs.mozilla.org/code-quality/lint/linters/eslint-plugin-mozilla/rules/tools/lint/eslint/eslint-plugin-mozilla/lib/rules/reject-mixed-eager-and-lazy.html",
url: "https://firefox-source-docs.mozilla.org/code-quality/lint/linters/eslint-plugin-mozilla/rules/reject-mixing-eager-and-lazy.html",
},
messages: {
mixedEagerAndLazy:
Expand Down

0 comments on commit c7e6b33

Please sign in to comment.