diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-06 06:54:57 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-06 06:54:57 -0500 |
commit | 4509880386a4fc8c0d3d0e7c2176776593af8f02 (patch) | |
tree | 417a2bfcb5da5a5153b9e81279ff1273429b775c /docs/hackinghowto.rst | |
parent | 11e5b19701a0bc7e5fd5b39c1e28d9e6b81ad4b0 (diff) | |
download | mediagoblin-4509880386a4fc8c0d3d0e7c2176776593af8f02.tar.lz mediagoblin-4509880386a4fc8c0d3d0e7c2176776593af8f02.tar.xz mediagoblin-4509880386a4fc8c0d3d0e7c2176776593af8f02.zip |
Made a link to the script wiping tool feature request ticket
Diffstat (limited to 'docs/hackinghowto.rst')
-rw-r--r-- | docs/hackinghowto.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index f7e46dae..ef49fc43 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -133,9 +133,9 @@ Delete the following directories: .. YouCanHelp:: - If you're familiar with MongoDB and bash, we'd love to get a bash - script that removes all the GNU MediaGoblin data from an existing - MongoDB instance. Let us know! + If you're familiar with MongoDB and bash, we'd love to get a + `script that removes all the GNU MediaGoblin data from an existing + instance <http://bugs.foocorp.net/issues/296>`_. Let us know! Quickstart for Django programmers |