Skip to content

Commit e9a7958

Browse files
authored
fix(webextensions): fix fragment links on "Anatomy of an extension" (mdn#42787)
1 parent ba886c3 commit e9a7958

File tree

1 file changed

+3
-3
lines changed
  • files/en-us/mozilla/add-ons/webextensions/anatomy_of_a_webextension

1 file changed

+3
-3
lines changed

files/en-us/mozilla/add-ons/webextensions/anatomy_of_a_webextension/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ This is the only file that must be present in every extension. It contains basic
1313

1414
The manifest can also contain pointers to several other types of files:
1515

16-
- [Background scripts](#background_scripts_2)
16+
- [Background scripts](#background_scripts)
1717
- : Scripts that respond to browser events.
1818
- Icons
1919
- : For the extension and any buttons it might define.
20-
- [Sidebars, popups, and options pages](#sidebars_popups_and_options_pages_2)
20+
- [Sidebars, popups, and options pages](#sidebars_popups_and_options_pages)
2121
- : HTML documents that provide content for various user interface components.
22-
- [Content scripts](#content_scripts_2)
22+
- [Content scripts](#content_scripts)
2323
- : JavaScript included with your extension, that you will inject into web pages.
2424
- [Web-accessible resources](#web_accessible_resources)
2525
- : Make packaged content accessible to web pages and content scripts.

0 commit comments

Comments
 (0)