Fix relnotes formatting
authorWill Kahn-Greene <willg@bluesock.org>
Sat, 7 Apr 2012 16:26:40 +0000 (12:26 -0400)
committerWill Kahn-Greene <willg@bluesock.org>
Sat, 7 Apr 2012 16:26:40 +0000 (12:26 -0400)
* adds link to deployment docs.
* tweaks formatting

docs/source/deploying.rst
docs/source/relnotes.rst

index 53eb0adb5d747e135b1935f6df035e7d31ed34d5..ef1de621b93901e7f8a1844c88ec3fff1e3c3298 100644 (file)
@@ -11,6 +11,8 @@
    Dedication along with this software. If not, see
    <http://creativecommons.org/publicdomain/zero/1.0/>.
 
+.. _deploying-chapter:
+
 =====================
 Deploying MediaGoblin
 =====================
index 7a157a0c3f99b84473ede6019c890f908372325f..87b5e7556a1684227de93dffb29ff35c83b89412 100644 (file)
@@ -20,8 +20,8 @@ If you're upgrading from a previous release, please read it
 carefully, or at least skim over it.
 
 
-0.3.0
-=====
+0.3.0 (not yet released)
+========================
 
 This release has one important change. You need to act when
 upgrading from a previous version!
@@ -38,14 +38,14 @@ to follow these steps:
 1. Make sure your MongoDB is still running and has your
    data, it's needed for the conversion.
 
-2. Configure the sql_engine URI in the config to represent
-   your target database (see: Deployment docs)
+2. Configure the ``sql_engine`` URI in the config to represent
+   your target database (see: :ref:`deploying-chapter`)
 
 3. You need an empty database.
 
 4. Then run the following command::
 
-    bin/gmg [-cf mediagoblin_config.ini] convert_mongo_to_sql
+       bin/gmg [-cf mediagoblin_config.ini] convert_mongo_to_sql
 
 5. Start your server and investigate.