Skip to content

Commit

Permalink
[#1876] Fix some broken docs links in templates
Browse files Browse the repository at this point in the history
Fixes #1876.
  • Loading branch information
seanh committed Aug 8, 2014
1 parent 1f46559 commit 331ed4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ckan/config/deployment.ini_tmpl
Expand Up @@ -6,7 +6,7 @@
# following URL for a description of what they do and the full list of
# available options:
#
# http://docs.ckan.org/en/${doc_version}/configuration.html
# http://docs.ckan.org/en/latest/maintaining/configuration.html
#
# The %(here)s variable will be replaced with the parent directory of this file
#
Expand Down
2 changes: 1 addition & 1 deletion ckan/templates/admin/config.html
Expand Up @@ -25,7 +25,7 @@ <h2 class="module-heading">
{% block admin_form_help %}
{% set about_url = h.url_for(controller='home', action='about') %}
{% set home_url = h.url_for(controller='home', action='index') %}
{% set docs_url = "http://docs.ckan.org/en/{0}/theming.html".format(g.ckan_doc_version) %}
{% set docs_url = "http://docs.ckan.org/en/{0}/theming".format(g.ckan_doc_version) %}
{% trans %}
<p><strong>Site Title:</strong> This is the title of this CKAN instance
It appears in various places throughout CKAN.</p>
Expand Down
2 changes: 1 addition & 1 deletion ckan/templates/ajax_snippets/api_info.html
Expand Up @@ -23,7 +23,7 @@ <h3>
<p><strong>{{ _('Access resource data via a web API with powerful query support') }}</strong>.
{% trans %}
Further information in the <a
href="http://docs.ckan.org/en/latest/datastore.html" target="_blank">main
href="http://docs.ckan.org/en/latest/maintaining/datastore.html" target="_blank">main
CKAN Data API and DataStore documentation</a>.</p>
{% endtrans %}
<div class="accordion" id="accordion2">
Expand Down

0 comments on commit 331ed4b

Please sign in to comment.