From 2715696f86ad12e133cef40226f612f0632aa0d8 Mon Sep 17 00:00:00 2001 From: Jim Campbell Date: Sun, 29 Mar 2015 15:14:28 -0500 Subject: [PATCH] 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 --- docs/source/pluginwriter/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_! We'll +`talk to us