change edit button to move icon
[newtab.git] / README.md
index b38bb24948aa1949164845c15eef002bef66f229..b65079b04174fa3e7f562849765cd0a76dc54fb1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,8 +18,8 @@ The sorting of links is managed by [SortableJS](https://github.com/SortableJS/So
 
 Favicons for websites are obtained from Google's S2 API. One day I might upgrade to [Favicon Kit](https://faviconkit.com/) which is less centralised. This is the only external object loaded, but it triggers a scary warning in Chrome which says it can "change data on www.google.com".
 
-![](../plain/newtab.png)
-![](../plain/newtab-2.png)
+![](/newtab.git/blob_plain/HEAD:/newtab.png)
+![](/newtab.git/blob_plain/HEAD:/newtab-2.png)
 
 ## Installation
 
@@ -27,8 +27,8 @@ 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)
+1. Go to `chrome://extensions` and turn on developer mode (top right)
+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).