diff --git a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/links.css b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/links.css
index ea6ddc9..6aab31b 100755
--- a/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/links.css
+++ b/Identity/Webenv/Themes/Default/Style-guide/0.0.1/Css/links.css
@@ -33,31 +33,31 @@ div#page-body a.nonexistent:hover { color: gray; }
 
 div#page-body a.www:before {
     white-space:nowrap;
-    content: url(../images/a-www.png);
+    content: url(../Images/a-www.png);
     margin: 0 0.2em;
     }
 
 div#page-body a.http:before {
     white-space:nowrap;
-    content: url(../images/a-www.png);
+    content: url(../Images/a-www.png);
     margin: 0 0.2em;
     }
 
 div#page-body a.https:before {
     white-space:nowrap;
-    content: url(../images/a-www.png);
+    content: url(../Images/a-www.png);
     margin: 0 0.2em;
     }
 
 div#page-body a.mailto:before {
     white-space:nowrap;
-    content: url(../images/a-mail.png);
+    content: url(../Images/a-mail.png);
     margin: 0 0.2em;
     }
 
 div#page-body a.attachment:before {
     white-space:nowrap;
-    content: url(../images/a-attach.png);
+    content: url(../Images/a-attach.png);
     margin: 0 0.2em;
     }