diff --git a/1.1-Overview.md b/1.1-Overview.md index f121935..c5c0f0a 100644 --- a/1.1-Overview.md +++ b/1.1-Overview.md @@ -69,6 +69,6 @@ user_pref("browser.link.open_newwindow.restriction", 2); // 0-disable, 2=enable user_pref("browser.link.open_newwindow.restriction", 2); ``` -Note: Resetting values, or editing the `user.js` every time you update it is not ideal. It is recommended that you use a secondary `js` file - see [keeping up to date](https://github.com/ghacksuserjs/ghacks-user.js/wiki#small_orange_diamond-keeping-up-to-date) +Note: Resetting values, or editing the `user.js` every time you update it is not ideal. It is recommended that you use a secondary `js` file - see our [maintenance](https://github.com/ghacksuserjs/ghacks-user.js/wiki#small_orange_diamond-maintenance) section Now you know the "what, why, where and how" of a `user.js`, you can check out how to [backup](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.2-Backing-Up) before [implementing](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.3-Implementation). \ No newline at end of file