From 72eb54fec12217beebbd4d689927d24281970b79 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Mon, 17 Sep 2018 14:55:42 +0100 Subject: [docs] Update broken and redirected links A number of links were broken, or permenently redirected. Some literal include directives pointed to the wrong location. These have been updated, so the links are valid. JIRA: YARDSTICK-1416 Change-Id: Icd20113e0ab099850fa58fa41bb27a00670f57ca Signed-off-by: Emma Foley (cherry picked from commit 44a507c5aa92d4f4a518983bd4b6ecc244e7a66c) --- yardstick/benchmark/scenarios/parser/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yardstick/benchmark') diff --git a/yardstick/benchmark/scenarios/parser/parser.py b/yardstick/benchmark/scenarios/parser/parser.py index 5b2b49c2c..a0f8e9e72 100644 --- a/yardstick/benchmark/scenarios/parser/parser.py +++ b/yardstick/benchmark/scenarios/parser/parser.py @@ -20,7 +20,7 @@ class Parser(base.Scenario): """running Parser Yang-to-Tosca module as a tool validating output against expected outcome - more info https://wiki.opnfv.org/parser + more info https://wiki.opnfv.org/display/parser """ __scenario_type__ = "Parser" -- cgit 1.2.3-korg