diff --git a/deployment/dotcloud.rst b/deployment/dotcloud.rst index d7906c5..7a4417e 100644 --- a/deployment/dotcloud.rst +++ b/deployment/dotcloud.rst @@ -3,7 +3,7 @@ DotCloud `DotCloud `_ offers support for all WSGI frameworks. Below is a quickstart guide for Pyramid apps. You can also read the `DotCloud -Python documentation ` for +Python documentation `_ for a complete overview. Step 0: Install DotCloud @@ -51,7 +51,7 @@ root directory of your app. Here are some samples for a basic Pyramid app: type: postgresql Learn more about the `dotcloud.yml - here`. + here`_. ``wsgi.py`` @@ -95,7 +95,7 @@ your pyramid app: Learn more about the `DotCloud environment.json -`. +`_. Step 3: Deploy your app =======================