diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-29 14:13:12 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-29 14:13:12 -0500 |
commit | b21220e931e80fa9005f71c026eaa66f5ea225f4 (patch) | |
tree | c553508e22656e5af3d3d5e5b913e24624a52929 /docs/source/pluginwriter | |
parent | d861ffc9ad5118f251fa669028bf774d98b0b451 (diff) | |
download | mediagoblin-b21220e931e80fa9005f71c026eaa66f5ea225f4.tar.lz mediagoblin-b21220e931e80fa9005f71c026eaa66f5ea225f4.tar.xz mediagoblin-b21220e931e80fa9005f71c026eaa66f5ea225f4.zip |
Actually link to the release notes when we say "see the release notes".
This commit sponsored by Brian Kemp. Thank you!
Diffstat (limited to 'docs/source/pluginwriter')
-rw-r--r-- | docs/source/pluginwriter/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/pluginwriter/api.rst b/docs/source/pluginwriter/api.rst index dc6bcc98..819fac2d 100644 --- a/docs/source/pluginwriter/api.rst +++ b/docs/source/pluginwriter/api.rst @@ -24,7 +24,7 @@ Authors are encouraged to develop plugins and work with the MediaGoblin community to keep them up to date, but this API will be a moving target for a few releases. -Please check the release notes for updates! +Please check the :ref:`release-notes` for updates! :mod:`pluginapi` Module ----------------------- |