commit | 991b14a5439cb298f988ce3141af31b474f87648 | [log] [tgz] |
---|---|---|
author | Owen Min <[email protected]> | Thu Oct 07 18:32:15 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Oct 07 18:32:15 2021 |
tree | 200812b6f5bcd98182f900ff6e74409c46b33b59 | |
parent | 50cd5eb0e706beba9d18b935e2cdea08bb84ae81 [diff] [blame] |
Update dead link of plugin doc The link to "Gecko Plugin API reference" page is no longer working. The latest one seems to be https://developer.mozilla.org/en-US/docs/Plugins/Guide Update the documentation to use the new URL Change-Id: Ic75f927e3c607696d752bb365f33dc9531897238 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3212946 Auto-Submit: Owen Min <[email protected]> Commit-Queue: Thomas Anderson <[email protected]> Reviewed-by: Thomas Anderson <[email protected]> Cr-Commit-Position: refs/heads/main@{#929310}
diff --git a/docs/linux/plugins.md b/docs/linux/plugins.md index 6c1eae60..5ed9dd6 100644 --- a/docs/linux/plugins.md +++ b/docs/linux/plugins.md
@@ -4,7 +4,7 @@ ### Plugins in general -* [Gecko Plugin API reference](https://developer.mozilla.org/en/Gecko_Plugin_API_Reference) +* [Gecko Plugin API reference](https://developer.mozilla.org/en-US/docs/Plugins/Guide) -- most important to read * [Mozilla plugins site](http://www.mozilla.org/projects/plugins/) * [XEmbed extension](https://developer.mozilla.org/en/XEmbed_Extension_for_Mozilla_Plugins)