Skip to content

Commit

Permalink
removed dead docs link in README.md (#2161)
Browse files Browse the repository at this point in the history
* removed dead link

* wrong link
  • Loading branch information
rustykitty authored Jan 20, 2025
1 parent dac9b56 commit ac3c1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you'd like to start contributing, awesome! Check out [CONTRIBUTING.md](CONTR

## Layout of this repository

* `morebits.js`: The central library used by Twinkle and many other scripts. Contains code to interact with the MediaWiki API, display forms and dialogs, generate status logs, and do various other useful things. The vast majority of code in here is not Twinkle-specific; see docs ([1](https://wikimedia-gadgets.github.io/twinkle/Morebits.html) and [2](https://github.com/wikimedia-gadgets/twinkle/wiki/morebits))
* `morebits.js`: The central library used by Twinkle and many other scripts. Contains code to interact with the MediaWiki API, display forms and dialogs, generate status logs, and do various other useful things. The vast majority of code in here is not Twinkle-specific; see [docs](https://github.com/wikimedia-gadgets/twinkle/wiki/morebits).
* `twinkle.js`: General Twinkle-specific code, mostly related to preferences and exposing Twinkle in the UI. Significantly, it contains the default set of preferences of Twinkle.
* `modules`: Contains the individual Twinkle modules. Descriptions for these can be found in header comments or in the [Twinkle documentation][]. The module `twinkleconfig.js` powers the [Twinkle preferences panel][WP:TWPREFS].

Expand Down

0 comments on commit ac3c1e3

Please sign in to comment.