Author: rgardler
Date: Mon Aug 20 05:11:16 2007
New Revision: 567663

URL: http://svn.apache.org/viewvc?rev=567663&view=rev
Log:
USe relative URL for JSON file (to allow sites to be hosted in non-root 
locations)

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/themes/common/html/doap-exhibit.ft

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/themes/common/html/doap-exhibit.ft
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/themes/common/html/doap-exhibit.ft?rev=567663&r1=567662&r2=567663&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/themes/common/html/doap-exhibit.ft
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/themes/common/html/doap-exhibit.ft
 Mon Aug 20 05:11:16 2007
@@ -36,7 +36,7 @@
             <xsl:template match="/">
                 <forrest:content>
                     <forrest:part xpath="/html/head">
-                        <link href="/projectDetails/allProjects.json"
+                        <link href="projectDetails/allProjects.json"
                             type="application/json" rel="exhibit/data" />
                         <script
                             
src="http://static.simile.mit.edu/exhibit/api/exhibit-api.js";