Skip to content

Commit

Permalink
Quickref links now point to /clojure_core/<ns>/<name> vs
Browse files Browse the repository at this point in the history
/v/<clojuredocs var id>.
  • Loading branch information
zk committed Sep 26, 2011
1 parent 2466461 commit 1335e98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/main/clojure_core_shortdesc.html.erb
Expand Up @@ -73,7 +73,9 @@
<tr class="var">
<td class="var">
<% if sym[:link] and sym[:link] != "" %>
<a href="<%= sym[:link] %>"><%= sym[:name] %></a>
<a href="/clojure_core/<%= sym[:ns]
%>/<%= sym[:name]%>"><%= sym[:name]
%></a>
<% else %>
<%= sym[:name] %>
<% end %>
Expand Down

0 comments on commit 1335e98

Please sign in to comment.