From 2e6823676dace8b3219aeeef69ab04a2a0dd533a Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sun, 6 Sep 2015 18:28:22 +0530 Subject: [PATCH] Fix outdated link in sample plugin Link in sample_plugin.py is outdated and is changed Change-Id: I2f3a7b59c6380e4584a8ce2a5313fe766a40a52a Closes-Bug: #1491975 --- rally-scenarios/plugins/sample_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rally-scenarios/plugins/sample_plugin.py b/rally-scenarios/plugins/sample_plugin.py index ac99796fa0..13e581a686 100644 --- a/rally-scenarios/plugins/sample_plugin.py +++ b/rally-scenarios/plugins/sample_plugin.py @@ -16,7 +16,7 @@ """Sample plugin for Heat. For more Heat related benchmarks take a look here: -http://github.com/stackforge/rally/blob/master/rally/benchmark/scenarios/heat/ +http://github.com/openstack/rally/tree/master/rally/plugins/openstack/scenarios/heat About plugins: https://rally.readthedocs.org/en/latest/plugins.html