Browse code

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

Roger Luethi authored on 2014/04/13 20:47:42
Showing 1 changed files
... ...
@@ -20,7 +20,7 @@ in `How To Contribute`__ in the OpenStack wiki.  `DevStack's LaunchPad project`_
20 20
 contains the usual links for blueprints, bugs, tec.
21 21
 
22 22
 __ contribute_
23
-.. _contribute: http://wiki.openstack.org/HowToContribute.
23
+.. _contribute: http://wiki.openstack.org/HowToContribute
24 24
 
25 25
 __ lp_
26 26
 .. _lp: https://launchpad.net/~devstack
... ...
@@ -231,7 +231,7 @@ These scripts are executed serially by ``exercise.sh`` in testing situations.
231 231
 
232 232
 Bash Style Guidelines
233 233
 ~~~~~~~~~~~~~~~~~~~~~
234
-Devstack defines a bash set of best practices for maintaining large
234
+DevStack defines a bash set of best practices for maintaining large
235 235
 collections of bash scripts. These should be considered as part of the
236 236
 review process.
237 237