update link in readme for gitweb
authorAndrew Lorimer <andrew@lorimer.id.au>
Thu, 24 Oct 2019 00:10:55 +0000 (11:10 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Thu, 24 Oct 2019 00:10:55 +0000 (11:10 +1100)
README.md
index b38bb24948aa1949164845c15eef002bef66f229..0eae3eab69c60d194fb5f9e9023bffbb7760b2fd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Unfortunately installation is a little protracted because Google wants all exten
 You can still install it as a local extension in developer mode:
 
 1. Go to <chrome://extensions> and turn on developer mode (top right)
-2. Download <a href="../plain/build/newtab.crx" download>build/newtab.crx</a> ("Save link as...", don't install it straight away - see below)
+2. Download <a href="/newtab.git/tree/build/newtab.crx" download="/newtab.git/tree/build/newtab.crx">build/newtab.crx</a> ("Save link as...", don't install it straight away - see below)
 3. Drag the file onto the extensions page to install it
 
 Opening the crx file using Chrome's default file handler causes a "CRX_REQUIRED_PROOF_MISSING" error because Chrome now only allows extensions obtained from their store. However, you can drag and drop it onto the extensions page and that seems to bypass the verification. More info [here](https://support.google.com/chrome/thread/3125155?hl=en).