Skip to content

Commit

Permalink
Fix broken link in CONTRIBUTING.rst
Browse files Browse the repository at this point in the history
There seems to be a bug in GitHub's restructured text rendering, an
internal link to a section with a ' in its  title will be broken (but it
works fine in Sphinx). Rename the section to workaround this.
  • Loading branch information
Sean Hammond committed Apr 10, 2013
1 parent 254222f commit 6760976
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.rst
Expand Up @@ -7,7 +7,7 @@ Contributing to CKAN
.. _docs.ckan.org: http://docs.ckan.org

(This section is about contributing code, if you want to contribute
documentation see `Contributing to CKAN's Documentation`_.)
documentation see `Contributing to the CKAN Documentation`_.)

CKAN is a free software project and code contributions are welcome. To
contribute code to CKAN you should fork CKAN to your own GitHub account, push
Expand Down Expand Up @@ -124,7 +124,7 @@ When submitting a pull request:
`CHANGELOG file <https://github.com/okfn/ckan/blob/master/CHANGELOG.txt>`_
briefly summarising your code changes.
- Your branch should contain new or updated documentation for any new or
updated code, see `Contributing to CKAN's Documentation`_.
updated code, see `Contributing to the CKAN Documentation`_.
- Your branch should be up to date with the master branch of the central
CKAN repo, see `Keeping Up with master`_.
- All the CKAN tests should pass on your branch, see
Expand All @@ -139,9 +139,9 @@ When merging a feature or bug branch into master:
- Use the ``--no-ff`` option in the ``git merge`` command,


====================================
Contributing to CKAN's Documentation
====================================
======================================
Contributing to the CKAN Documentation
======================================

Note: getting started with contributing to `docs.ckan.org`_ is a little
complicated. An easier way to contribute documentation to CKAN is to
Expand Down

0 comments on commit 6760976

Please sign in to comment.