diff options
author | Jim Campbell <jcampbell@gnome.org> | 2015-03-29 15:14:28 -0500 |
---|---|---|
committer | Jim Campbell <jcampbell@gnome.org> | 2015-03-29 15:14:28 -0500 |
commit | 2715696f86ad12e133cef40226f612f0632aa0d8 (patch) | |
tree | a2a56f1abd55f0764db6a18acb0fbcbaff1d340b /docs/source/pluginwriter/api.rst | |
parent | 4ec1af119124d018920657291e1d52030b92b03f (diff) | |
download | mediagoblin-2715696f86ad12e133cef40226f612f0632aa0d8.tar.lz mediagoblin-2715696f86ad12e133cef40226f612f0632aa0d8.tar.xz mediagoblin-2715696f86ad12e133cef40226f612f0632aa0d8.zip |
docs: Fix bad link in api.rst. Fixes 1019
Fixed link in the docs/source/pluginwriter/api.rst file.
Resolves https://issues.mediagoblin.org/ticket/1019
Diffstat (limited to 'docs/source/pluginwriter/api.rst')
-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 29adb691..a8763f9d 100644 --- a/docs/source/pluginwriter/api.rst +++ b/docs/source/pluginwriter/api.rst @@ -42,7 +42,7 @@ exist yet: what to do then? The plan at present is that we are adding hooks as people need them, with community discussion. If you find that you need a hook and MediaGoblin at present doesn't provide it at present, please -`http://mediagoblin.org/pages/join.html <talk to us>`_! We'll +`talk to us <http://mediagoblin.org/pages/join.html`_! We'll evaluate what to do from there. |