Bug 1945858 - Resolve many broken links to firefox-source-docs.mozilla.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
This commit is contained in:
Rob Wu
2025-02-06 12:18:30 +00:00
parent e9cf0bbc4b
commit 4ab65ff15a
15 changed files with 18 additions and 18 deletions

View File

@@ -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". 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 ## High Contrast Mode

View File

@@ -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/). 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 #### Adding a new string

2
mach
View File

@@ -92,7 +92,7 @@ def main(args):
print( print(
dedent( 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. for guidance on how to install Python on your system.
""" """
).strip() ).strip()

View File

@@ -3,7 +3,7 @@ For clients that have "send anonymous usage data" enabled Focus sends a "core" p
## Core ping ## 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 ## Event ping

View File

@@ -36,7 +36,7 @@ You are building GeckoView. After your build completes, you can open
the top source directory in Android Studio directly and build using Gradle. the top source directory in Android Studio directly and build using Gradle.
See the documentation at 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() """.strip()

View File

@@ -471,7 +471,7 @@ function compare_remote_settings_files {
# Helper for compare_remote_settings_files to download attachments from remote settings. # Helper for compare_remote_settings_files to download attachments from remote settings.
# The format and location is documented at: # 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() { function update_remote_settings_attachment() {
local bucket=$1 local bucket=$1
local collection=$2 local collection=$2

View File

@@ -1858,7 +1858,7 @@ and greater.
[README]: https://github.com/mozilla/geckodriver/blob/master/README.md [README]: https://github.com/mozilla/geckodriver/blob/master/README.md
[crash reports]: <https://firefox-source-docs.mozilla.org/testing/geckodriver/CrashReports.html> [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 [Browser Toolbox]: https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox
[WebDriver conformance]: https://wpt.fyi/results/webdriver/tests?label=experimental [WebDriver conformance]: https://wpt.fyi/results/webdriver/tests?label=experimental
[`webSocketUrl`]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities/webSocketUrl [`webSocketUrl`]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities/webSocketUrl
@@ -1869,8 +1869,8 @@ and greater.
[Fission]: https://wiki.mozilla.org/Project_Fission [Fission]: https://wiki.mozilla.org/Project_Fission
[Capabilities]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Capabilities.html [Capabilities]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Capabilities.html
[Flags]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Flags.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-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#code-allow-origins-var-allow-origins-var-code [`--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 [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 [macOS notarization]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Notarization.html
[Rust]: https://rustup.rs/ [Rust]: https://rustup.rs/

View File

@@ -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) * [geckodriver usage](https://firefox-source-docs.mozilla.org/testing/geckodriver/Usage.html)
* [Supported platforms](https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.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) * [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) * [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) * [Analyzing crash data from Firefox](https://firefox-source-docs.mozilla.org/testing/geckodriver/CrashReports.html)

View File

@@ -11,7 +11,7 @@ setup(
name=PACKAGE_NAME, name=PACKAGE_NAME,
version=PACKAGE_VERSION, version=PACKAGE_VERSION,
description="Library to generate and view performance data in the Firefox Profiler", 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=[ classifiers=[
"Programming Language :: Python :: 2", "Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2.7",

View File

@@ -37,6 +37,6 @@ Code formatting on Raptor
************************* *************************
As Raptor is a Mozilla project we follow the general Python coding style: 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. `black <https://github.com/psf/black/>`_ is the tool used to reformat the Python code.

View File

@@ -37,6 +37,6 @@ Code formatting on Raptor
************************* *************************
As Raptor is a Mozilla project we follow the general Python coding style: 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. `black <https://github.com/psf/black/>`_ is the tool used to reformat the Python code.

View File

@@ -27,7 +27,7 @@ pub(crate) struct UserActivityObserver {
/// Listens to Firefox Desktop's `user-interaction-(in)active` topics, /// Listens to Firefox Desktop's `user-interaction-(in)active` topics,
/// debouncing them before calling into the Glean SDK Client Activity API. /// debouncing them before calling into the Glean SDK Client Activity API.
/// See /// 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. /// for more info.
#[allow(non_snake_case)] #[allow(non_snake_case)]
impl UserActivityObserver { impl UserActivityObserver {

View File

@@ -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: 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, Thank you,
[NAME] [NAME]
@@ -112,7 +112,7 @@ found. We can roll back the release if any unexpected issues are found.
The plan for this release is available: 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, Thank you,
[NAME] [NAME]

View File

@@ -35,7 +35,7 @@ function checkEagerModule(context, node, resourceURI) {
module.exports = { module.exports = {
meta: { meta: {
docs: { 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: { messages: {
eagerModule: eagerModule:

View File

@@ -37,7 +37,7 @@ function checkMixed(loadedModules, context, node, type, resourceURI) {
module.exports = { module.exports = {
meta: { meta: {
docs: { 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: { messages: {
mixedEagerAndLazy: mixedEagerAndLazy: