Use relative favicon.ico link.
authorDavid I. Lehn <dlehn@digitalbazaar.com>
Tue, 26 Feb 2013 00:49:03 -0500
changeset 1330 29ddd3071fe6
parent 1329 e40c3fc29360
child 1331 2a2f43a6e9cd
Use relative favicon.ico link.
primer/index.php
requirements/index.php
spec/index.php
--- a/primer/index.php	Tue Feb 26 00:48:18 2013 -0500
+++ b/primer/index.php	Tue Feb 26 00:49:03 2013 -0500
@@ -14,7 +14,7 @@
       <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 
       <title>JSON-LD - Primer</title> 
       <link href="../site.css" rel="stylesheet" type="text/css" /> 
-      <link rel="shortcut icon" href="favicon.ico" /> 
+      <link rel="shortcut icon" href="../favicon.ico" /> 
    </head> 
  
    <body> 
--- a/requirements/index.php	Tue Feb 26 00:48:18 2013 -0500
+++ b/requirements/index.php	Tue Feb 26 00:49:03 2013 -0500
@@ -14,7 +14,7 @@
       <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 
       <title>JSON-LD - Requirements</title> 
       <link href="../site.css" rel="stylesheet" type="text/css" /> 
-      <link rel="shortcut icon" href="favicon.ico" /> 
+      <link rel="shortcut icon" href="../favicon.ico" /> 
    </head> 
  
    <body> 
--- a/spec/index.php	Tue Feb 26 00:48:18 2013 -0500
+++ b/spec/index.php	Tue Feb 26 00:49:03 2013 -0500
@@ -12,7 +12,7 @@
       <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
       <title>JSON-LD - Specifications</title>
       <link href="../site.css" rel="stylesheet" type="text/css" />
-      <link rel="shortcut icon" href="favicon.ico" />
+      <link rel="shortcut icon" href="../favicon.ico" />
    </head>
 
    <body>