Fix typos in HACKING.rst

Two trivial fixes. One makes a broken external link work, the other
completes consistent casing (Devstack -> DevStack).

Change-Id: I147a3c5fe72071e9ebf24e7f226ba01a0a1204e3
This commit is contained in:
Roger Luethi 2014-04-13 13:47:42 +02:00
parent b8071e9ba9
commit 473b628eb9

View File

@ -20,7 +20,7 @@ in `How To Contribute`__ in the OpenStack wiki. `DevStack's LaunchPad project`_
contains the usual links for blueprints, bugs, tec. contains the usual links for blueprints, bugs, tec.
__ contribute_ __ contribute_
.. _contribute: http://wiki.openstack.org/HowToContribute. .. _contribute: http://wiki.openstack.org/HowToContribute
__ lp_ __ lp_
.. _lp: https://launchpad.net/~devstack .. _lp: https://launchpad.net/~devstack
@ -231,7 +231,7 @@ These scripts are executed serially by ``exercise.sh`` in testing situations.
Bash Style Guidelines Bash Style Guidelines
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
Devstack defines a bash set of best practices for maintaining large DevStack defines a bash set of best practices for maintaining large
collections of bash scripts. These should be considered as part of the collections of bash scripts. These should be considered as part of the
review process. review process.