From 02be3f447c25bd726e628866ceffc879a310c511 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Fri, 3 Jun 2016 10:28:50 -0400 Subject: [PATCH] fix small typo and link Change-Id: I2c7e03c7fe34da57f062235deedc3d05ccd461ef Signed-off-by: Thiago da Silva --- CONTRIBUTING.rst | 4 ++-- README.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4bf69fa..01dd82f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -12,6 +12,6 @@ submitted for review via the Gerrit tool: Pull requests submitted through GitHub will be ignored. -Bugs should be filed on Launchpad, not GitHub: +Bugs should be filed on StoryBoard, not GitHub: - https://bugs.launchpad.net/bindep + https://storyboard.openstack.org/#!/project/811 diff --git a/README.rst b/README.rst index 7ce20dd..f0679e6 100644 --- a/README.rst +++ b/README.rst @@ -100,7 +100,7 @@ Running Tests The testing system is based on a combination of tox and testr. The canonical approach to running tests is to simply run the command `tox`. This will -create virtual environments, populate them with depenedencies and run all of +create virtual environments, populate them with dependencies and run all of the tests that OpenStack CI systems run. Behind the scenes, tox is running `testr run --parallel`, but is set up such that you can supply any additional testr arguments that are needed to tox. For example, you can run: