Skip to content

Commit

Permalink
[#2375] Add missing links to the api_info template
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Aug 14, 2012
1 parent 0ac6b3d commit ddc98cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ckan/templates/ajax_snippets/api_info.html
Expand Up @@ -38,12 +38,12 @@ <h3>
<tbody>
<tr>
<th>Base</th>
<td><code>{{ datastore_root_url }}</code></td>
<td><code><a href="{{ datastore_root_url }}" target="_blank">{{ datastore_root_url }}</a></code></td>
</tr>
<tr>
<th>Query</th>
<td>
<code>{{ datastore_root_url }}/_search</code>
<code><a href="{{ datastore_root_url }}/_search" target="_blank">{{ datastore_root_url }}/_search</a></code>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -89,7 +89,7 @@ <h3>

<strong>Endpoint (for clients)</strong>
<p>
<code>{{ datastore_root_url }}</code>
<code><a href="{{ datastore_root_url }}" target="_blank">{{ datastore_root_url }}</a></code>
</p>
</div>
</div>
Expand Down

0 comments on commit ddc98cc

Please sign in to comment.