Link to theory of upgrade in README

This commit fixes an internal pointer to a later section to actually
be a link, to make it clickable.

Change-Id: Idc4547f2850f062825998109a2743d04ea558c25
This commit is contained in:
Matthew Treinish 2015-09-01 22:28:51 -04:00
parent 50ddd33801
commit d198d93644
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 4 additions and 2 deletions

View File

@ -13,14 +13,16 @@ Goals
Grenade has the following goals:
- Block unintentional project changes that would break the ``Theory of
Upgrade``. Most Grenade fails that people hit are of this nature.
- Block unintentional project changes that would break the :ref:`Theory of
Upgrade`. Most Grenade fails that people hit are of this nature.
- Ensure that upgrading a cloud doesn't do something dumb like delete
and recreate all your servers/volumes/networks.
- Be able to grow to support additional upgrade scenarios (like
sideways migrations from one configuration to another equivalent
configuration)
.. _Theory of Upgrade:
Theory of Upgrade
=================