Skip to content

Commit c7e6b33

Browse files
committed
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
1 parent ecb1658 commit c7e6b33

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
lines changed

accessible/docs/ColorsAndHighContrastMode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ System colors are colors queried from the operating system. They help Firefox ad
3636
3737
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".
3838

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

4141
## High Contrast Mode
4242

devtools/client/application/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The panel is registered along the rest of the Developer Tools panels, in `devtoo
3737

3838
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/).
3939

40-
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.
40+
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.
4141

4242
#### Adding a new string
4343

mach

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def main(args):
9292
print(
9393
dedent(
9494
"""
95-
See https://firefox-source-docs.mozilla.org/setup/linux_build.html#installingpython
95+
See https://firefox-source-docs.mozilla.org/setup/linux_build.html#install-python
9696
for guidance on how to install Python on your system.
9797
"""
9898
).strip()

mobile/android/focus-android/docs/Telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ For clients that have "send anonymous usage data" enabled Focus sends a "core" p
33

44
## Core ping
55

6-
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).
6+
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).
77

88
## Event ping
99

python/mozbuild/mozbuild/config_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
the top source directory in Android Studio directly and build using Gradle.
3737
See the documentation at
3838
39-
https://firefox-source-docs.mozilla.org/mobile/android/geckoview/contributor/geckoview-quick-start.html#build-using-android-studio
39+
https://firefox-source-docs.mozilla.org/mobile/android/index.html#build-using-android-studio
4040
=============
4141
""".strip()
4242

taskcluster/docker/periodic-updates/scripts/periodic_file_updates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ function compare_remote_settings_files {
471471

472472
# Helper for compare_remote_settings_files to download attachments from remote settings.
473473
# The format and location is documented at:
474-
# https://firefox-source-docs.mozilla.org/services/common/services/RemoteSettings.html#packaging-attachments
474+
# https://firefox-source-docs.mozilla.org/services/settings/index.html#services-packaging-attachments
475475
function update_remote_settings_attachment() {
476476
local bucket=$1
477477
local collection=$2

testing/geckodriver/CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@ and greater.
18581858

18591859
[README]: https://github.com/mozilla/geckodriver/blob/master/README.md
18601860
[crash reports]: <https://firefox-source-docs.mozilla.org/testing/geckodriver/CrashReports.html>
1861-
[usage documentation]: <https://firefox-source-docs.mozilla.org/testing/geckodriver/Usage.html#Running-Firefox-in-an-container-based-package>
1861+
[usage documentation]: <https://firefox-source-docs.mozilla.org/testing/geckodriver/Usage.html#running-firefox-in-a-container-based-package>
18621862
[Browser Toolbox]: https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox
18631863
[WebDriver conformance]: https://wpt.fyi/results/webdriver/tests?label=experimental
18641864
[`webSocketUrl`]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities/webSocketUrl
@@ -1869,8 +1869,8 @@ and greater.
18691869
[Fission]: https://wiki.mozilla.org/Project_Fission
18701870
[Capabilities]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Capabilities.html
18711871
[Flags]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Flags.html
1872-
[`--allow-hosts`]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Flags.html#code-allow-hosts-var-allow-hosts-var-code
1873-
[`--allow-origins`]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Flags.html#code-allow-origins-var-allow-origins-var-code
1872+
[`--allow-hosts`]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Flags.html#allow-hosts-allow-hosts
1873+
[`--allow-origins`]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Flags.html#allow-origins-allow-origins
18741874
[enable remote debugging on the Android device]: https://developers.google.com/web/tools/chrome-devtools/remote-debugging
18751875
[macOS notarization]: https://firefox-source-docs.mozilla.org/testing/geckodriver/Notarization.html
18761876
[Rust]: https://rustup.rs/

testing/geckodriver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For a detailed list of changes included in each release, please refer to the [ch
4646
* [geckodriver usage](https://firefox-source-docs.mozilla.org/testing/geckodriver/Usage.html)
4747
* [Supported platforms](https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.html)
4848
* [Firefox capabilities](https://firefox-source-docs.mozilla.org/testing/geckodriver/Capabilities.html)
49-
* [Capabilities example](https://firefox-source-docs.mozilla.org/testing/geckodriver/Capabilities.html#capabilities-example)
49+
* [Capabilities example](https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities/firefoxOptions#example)
5050
* [Enabling trace logs](https://firefox-source-docs.mozilla.org/testing/geckodriver/TraceLogs.html)
5151
* [Analyzing crash data from Firefox](https://firefox-source-docs.mozilla.org/testing/geckodriver/CrashReports.html)
5252

testing/mozbase/mozgeckoprofiler/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
name=PACKAGE_NAME,
1212
version=PACKAGE_VERSION,
1313
description="Library to generate and view performance data in the Firefox Profiler",
14-
long_description="see https://firefox-source-docs.mozilla.org/mozgeckoprofiler/index.html",
14+
long_description="see https://firefox-source-docs.mozilla.org/mozbase/mozgeckoprofiler.html",
1515
classifiers=[
1616
"Programming Language :: Python :: 2",
1717
"Programming Language :: Python :: 2.7",

testing/perfdocs/generated/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ Code formatting on Raptor
3737
*************************
3838
As Raptor is a Mozilla project we follow the general Python coding style:
3939

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

4242
`black <https://github.com/psf/black/>`_ is the tool used to reformat the Python code.

testing/raptor/raptor/perfdocs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ Code formatting on Raptor
3737
*************************
3838
As Raptor is a Mozilla project we follow the general Python coding style:
3939

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

4242
`black <https://github.com/psf/black/>`_ is the tool used to reformat the Python code.

toolkit/components/glean/src/init/user_activity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub(crate) struct UserActivityObserver {
2727
/// Listens to Firefox Desktop's `user-interaction-(in)active` topics,
2828
/// debouncing them before calling into the Glean SDK Client Activity API.
2929
/// See
30-
/// [the docs](https://firefox-source-docs.mozilla.org/toolkit/components/glean/builtin_pings.html)
30+
/// [the docs](https://firefox-source-docs.mozilla.org/toolkit/components/glean/dev/builtin_pings.html)
3131
/// for more info.
3232
#[allow(non_snake_case)]
3333
impl UserActivityObserver {

toolkit/components/translations/docs/resources/03_bergamot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ no issues. We can roll back the release if any unexpected issues are found.
9595
9696
The plan for this release is available:
9797
98-
https://firefox-source-docs.mozilla.org/toolkit/components/translations/resources/03_bergamot.html#release
98+
https://firefox-source-docs.mozilla.org/toolkit/components/translations/resources/03_bergamot.html#releasing
9999
100100
Thank you,
101101
[NAME]
@@ -112,7 +112,7 @@ found. We can roll back the release if any unexpected issues are found.
112112
113113
The plan for this release is available:
114114
115-
https://firefox-source-docs.mozilla.org/toolkit/components/translations/resources/03_bergamot.html#release
115+
https://firefox-source-docs.mozilla.org/toolkit/components/translations/resources/03_bergamot.html#releasing
116116
117117
Thank you,
118118
[NAME]

tools/lint/eslint/eslint-plugin-mozilla/lib/rules/reject-eager-module-in-lazy-getter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function checkEagerModule(context, node, resourceURI) {
3535
module.exports = {
3636
meta: {
3737
docs: {
38-
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",
38+
url: "https://firefox-source-docs.mozilla.org/code-quality/lint/linters/eslint-plugin-mozilla/rules/reject-eager-module-in-lazy-getter.html",
3939
},
4040
messages: {
4141
eagerModule:

tools/lint/eslint/eslint-plugin-mozilla/lib/rules/reject-mixing-eager-and-lazy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function checkMixed(loadedModules, context, node, type, resourceURI) {
3737
module.exports = {
3838
meta: {
3939
docs: {
40-
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",
40+
url: "https://firefox-source-docs.mozilla.org/code-quality/lint/linters/eslint-plugin-mozilla/rules/reject-mixing-eager-and-lazy.html",
4141
},
4242
messages: {
4343
mixedEagerAndLazy:

0 commit comments

Comments
 (0)