You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2011/02/10 13:01:23 UTC

svn commit: r1069346 - /lucene/dev/trunk/solr/example/solr/conf/velocity/VM_global_library.vm

Author: gsingers
Date: Thu Feb 10 12:01:22 2011
New Revision: 1069346

URL: http://svn.apache.org/viewvc?rev=1069346&view=rev
Log:
clean up some urls

Modified:
    lucene/dev/trunk/solr/example/solr/conf/velocity/VM_global_library.vm

Modified: lucene/dev/trunk/solr/example/solr/conf/velocity/VM_global_library.vm
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/conf/velocity/VM_global_library.vm?rev=1069346&r1=1069345&r2=1069346&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/solr/conf/velocity/VM_global_library.vm (original)
+++ lucene/dev/trunk/solr/example/solr/conf/velocity/VM_global_library.vm Thu Feb 10 12:01:22 2011
@@ -2,7 +2,7 @@
 #macro(param $key)$request.params.get($key)#end
 
 #macro(url_for_solr)/solr#if($request.core.name != "")/$request.core.name#end#end
-#macro(url_for_home)#url_for_solr/browse?#end
+#macro(url_for_home)#url_for_solr/browse#end
 
 #macro(q)&q=$!{esc.url($params.get('q'))}#end