diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2016-10-20 12:15:54 +0100 |
---|---|---|
committer | Martin Klozik <martinx.klozik@intel.com> | 2016-10-20 12:35:53 +0100 |
commit | 40c30b3ada9e745b7225761cc37499a2bd141668 (patch) | |
tree | 68ae68dd432fb1c1a754644a5d530aa4158b1bcf /docs/design | |
parent | c4ba1cd1c33938ab54b217599d7ed9d9259a6caa (diff) |
docs: Update links for Colorado 2.0colorado.3.0colorado.2.0stable/colorado
References among VSPERF documents are realized by html links
to the final doc version stored inside the artifactory.
These links are release specific and have to be updated
for every new release or release version. This patch
prepares links for Colorado 2.0 release.
JIRA: VSPERF-415
Change-Id: Ibd17d55063069204a5556058e51660b542c8bee4
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Bill Michalowski <bmichalo@redhat.com>
Diffstat (limited to 'docs/design')
-rw-r--r-- | docs/design/trafficgen_integration_guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/design/trafficgen_integration_guide.rst b/docs/design/trafficgen_integration_guide.rst index 7385bece..e59fe4ed 100644 --- a/docs/design/trafficgen_integration_guide.rst +++ b/docs/design/trafficgen_integration_guide.rst @@ -12,7 +12,7 @@ Intended Audience This document is intended to aid those who want to integrate new traffic generator into the vsperf code. It is expected, that reader has already read generic part of `VSPERF Design Document -<http://artifacts.opnfv.org/vswitchperf/colorado/design/index.html>`__. +<http://artifacts.opnfv.org/vswitchperf/colorado/2.0/design/index.html>`__. Let us create a sample traffic generator called **sample_tg**, step by step. @@ -236,5 +236,5 @@ are defined in **ResultsConstants** implemented in Throughput & Continuous and for Back2Back. The same key names should be used by all traffic generator implementations. -.. _integration tests userguide: http://artifacts.opnfv.org/vswitchperf/colorado/userguide/integration.html +.. _integration tests userguide: http://artifacts.opnfv.org/vswitchperf/colorado/2.0/userguide/integration.html |