Skip to content

Commit

Permalink
Fix a Sphinx warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Dec 3, 2013
1 parent ca008e8 commit c0a3958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/plugins/interfaces.py
Expand Up @@ -770,7 +770,7 @@ def read_template(self):
If the user requests the dataset in a format other than HTML
(CKAN supports returning datasets in RDF or N3 format by appending .rdf
or .n3 to the dataset read URL, see :doc:`linked-data-and-rdf`) then
or .n3 to the dataset read URL, see :doc:`/linked-data-and-rdf`) then
CKAN will try to render
a template file with the same path as returned by this function,
but a different filename extension, e.g. ``'package/read.rdf'``.
Expand Down

0 comments on commit c0a3958

Please sign in to comment.