diff --git a/1.3-Implementation.md b/1.3-Implementation.md index 8917aed..407fcb4 100644 --- a/1.3-Implementation.md +++ b/1.3-Implementation.md @@ -1,5 +1,5 @@ -The Thunderbird `user.js` is based on the [ghacks-user.js](https://github.com/ghacksuserjs/ghacks-user.js) `user.js` for Firefox. +The Thunderbird `user.js` is based on the [arkenfox user.js](https://github.com/arkenfox/user.js) `user.js` for Firefox. Each version major version of Thunderbird is based on the new ESR of Firefox. Where appropriate I have checked the options to see that they correlate to functionality within Thunderbird. This is done by manually checking [the source in dxr](https://dxr.mozilla.org/comm-release/source). If functionality does not exist the options are stripped from the config. -For more general information on implementation consider reading [1.3-Implementation](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.3-Implementation) from the [ghacks-user.js](https://github.com/ghacksuserjs/ghacks-user.js) project. +For more general information on implementation consider reading [1.3-Implementation](https://github.com/arkenfox/user.js/wiki/1.3-Implementation) from the [arkenfox user.js](https://github.com/arkenfox/user.js) project.