From e78850b1d7b6eac20c8f3f1c45553a1fb773fff1 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Thu, 7 Dec 2017 17:19:49 +1300 Subject: [PATCH] Updated 1.1 Overview (markdown) --- 1.1-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.1-Overview.md b/1.1-Overview.md index 906c15e..f121935 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/1.5-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 [keeping up to date](https://github.com/ghacksuserjs/ghacks-user.js/wiki#small_orange_diamond-keeping-up-to-date) 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