Author: mfranklin
Date: Mon Mar 26 19:55:22 2012
New Revision: 1305518

URL: http://svn.apache.org/viewvc?rev=1305518&view=rev
Log:
Fixing pointers to resources

Modified:
    rave/site/trunk/templates/skeleton.html

Modified: rave/site/trunk/templates/skeleton.html
URL: 
http://svn.apache.org/viewvc/rave/site/trunk/templates/skeleton.html?rev=1305518&r1=1305517&r2=1305518&view=diff
==============================================================================
--- rave/site/trunk/templates/skeleton.html (original)
+++ rave/site/trunk/templates/skeleton.html Mon Mar 26 19:55:22 2012
@@ -18,15 +18,15 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <link rel="shortcut icon" href="/rave/images/RAVE-icon.ico" 
type="image/x-icon" />
-  <link href="/rave/css/rave.css" rel="stylesheet" type="text/css">
+  <link rel="shortcut icon" href="/images/RAVE-icon.ico" type="image/x-icon" />
+  <link href="/css/rave.css" rel="stylesheet" type="text/css">
   <title>{% block title %}{{ headers.title }}{% endblock %}</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 
 <body>
   <div id="banner">
-    <img id="logo" alt="Apache Rave" 
src="/rave/images/RAVE-logo_main-logo-small.png"/>
+    <img id="logo" alt="Apache Rave" 
src="/images/RAVE-logo_main-logo-small.png"/>
   </div>
   
   <div id="navigation">


Reply via email to