From 53b7e9bc4bfb427014e91e698994f351092ef099 Mon Sep 17 00:00:00 2001
From: khawkins98 <khawkins98@gmail.com>
Date: Wed, 14 Feb 2018 09:26:34 +0000
Subject: [PATCH] Cleanup

---
 templates/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/templates/index.html b/templates/index.html
index 197e4c5..783a57b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -156,6 +156,7 @@
                     <ul>
                       <li>You can load the default CSS by linking to the v1.2 release at <a href="https://ebi.emblstatic.net/web_guidelines/EBI-Icon-fonts/v1.2/fonts.css">ebi.emblstatic.net/web_guidelines/EBI-Icon-fonts/v1.2/fonts.css</a></li>
                       <ul>
+                        <li>Code is homed at <a href="https://github.com/ebiwd/EBI-Icon-fonts">github.com/ebiwd/EBI-Icon-fonts</a></li>
                         <li>NPM users can get the code from <a href="https://www.npmjs.com/package/EBI-Icon-fonts">npmjs.com/package/EBI-Icon-fonts</a></li>
                         <li>React users that are working with the EBI Species icons should check out <a href="https://www.npmjs.com/package/react-ebi-species">react-ebi-species</a></li>
                       </ul>
@@ -164,7 +165,7 @@
                         <p>The browser's CSS parser will read the data-icon parameter and use the icon pictogram corresponding to "4":</p>
                         <p><strong><i class="icon icon-generic" data-icon="4"></i> This is an example icon</strong></p>
                       </li>
-                      <li>The EBI Visual framework no longer adds automatic padding to icons (in most scenarios), if you want to add padding, use the <a href="https://www.ebi.ac.uk/style-lab/websites/patterns/formatting.html/">helper classes</a> or add <code>.icon-spacer</code> to the <code>.icon</code>'s element.</li>
+                      <li>The EBI Visual framework no longer adds automatic padding to icons (in most scenarios), if you want to add padding, use the <a href="https://www.ebi.ac.uk/style-lab/websites/patterns/formatting.html">helper classes</a> or add <code>.icon-spacer</code> to the <code>.icon</code>'s element.</li>
                     </ul>
                   </div>
                   <div class="tabs-panel" id="panel2">
-- 
GitLab