Skip to content

Commit

Permalink
add fix me for API doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed May 18, 2012
1 parent c1d393d commit e652509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/templates/package/search.html
Expand Up @@ -58,6 +58,7 @@
<section class="module info">
<small class="content">
You can also access this registry using the ${h.link_to(_('API'), h.url_for(controller='api', action='get_api', ver=1))}
<!--! FIXME the API Docs link should be for the version of ckan being used but the dev version of ckan needs to point to latest so not trivial -->
(see ${h.link_to(_('API Docs'), 'http://docs.ckan.org/en/latest/api.html')})
<py:if test="config.get('ckan.dumps_url')">or download a <a href="${config.get('ckan.dumps_url')}">full ${config.get('ckan.dumps_format', '')} dump</a></py:if>.
</small>
Expand Down

0 comments on commit e652509

Please sign in to comment.