Skip to content

Commit e0270a2

Browse files
author
Gabriel Monroy
committed
fix some typos and broken links on concepts page
1 parent ae296bd commit e0270a2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/gettingstarted/concepts.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Concepts
88
========
99

1010
Deis is an application platform that deploys and scales `Twelve Factor`_ apps
11-
using a formation of `Chef`_ Nodes, `Docker`_ containers and
11+
using a formation of `Chef`_ nodes, `Docker`_ containers and
1212
`Nginx`_ proxies.
1313

1414
Formations
@@ -71,7 +71,7 @@ by all of the nodes in the proxy layer, making zero downtime deployment possible
7171

7272
Backing Services
7373
----------------
74-
In keeping with `Twelve Factor`_ methodology `backing services`_ like
74+
In keeping with `Twelve Factor`_ methodology, `backing services`_ like
7575
databases, queues and storage are decoupled and attached using `environment
7676
variables`_. This allows formations to use backing services provided via
7777
different formations (through their proxy layer), or external/third-party
@@ -86,6 +86,7 @@ See Also
8686
* `The Twelve Factor App <http://12factor.net/>`_
8787

8888

89+
.. _`Twelve Factor`: http://12factor.net/
8990
.. _`Chef`: http://www.opscode.com/chef/
9091
.. _`Docker`: http://docker.io/
9192
.. _`Nginx`: http://wiki.nginx.org/Main

0 commit comments

Comments
 (0)