From 473b628eb9a9c733e47f9905e543018a075148f6 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Sun, 13 Apr 2014 13:47:42 +0200 Subject: [PATCH] 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 --- HACKING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 5c15537915..83455e3638 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -20,7 +20,7 @@ in `How To Contribute`__ in the OpenStack wiki. `DevStack's LaunchPad project`_ contains the usual links for blueprints, bugs, tec. __ contribute_ -.. _contribute: http://wiki.openstack.org/HowToContribute. +.. _contribute: http://wiki.openstack.org/HowToContribute __ lp_ .. _lp: https://launchpad.net/~devstack @@ -231,7 +231,7 @@ These scripts are executed serially by ``exercise.sh`` in testing situations. 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 review process.