summaryrefslogtreecommitdiffstats
path: root/docs/release/configguide/a_b_config_guide.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/release/configguide/a_b_config_guide.rst')
-rw-r--r--docs/release/configguide/a_b_config_guide.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/release/configguide/a_b_config_guide.rst b/docs/release/configguide/a_b_config_guide.rst
index 17ffcfd..6a0963f 100644
--- a/docs/release/configguide/a_b_config_guide.rst
+++ b/docs/release/configguide/a_b_config_guide.rst
@@ -42,8 +42,8 @@ The following assumptions must be met before executing the sample script:
.. code-block:: bash
- $ curl -L https://github.com/istio/istio/releases/download/0.6.0/istio-0.6.0-linux.tar.gz | tar xz
- $ cd istio-0.6.0
+ $ curl -L https://github.com/istio/istio/releases/download/1.0.0/istio-1.0.0-linux.tar.gz | tar xz
+ $ cd istio-1.0.0
$ export PATH=$PWD/bin:$PATH
Environment setup
@@ -55,7 +55,7 @@ First setup the environment using the Clover source with the following commands:
$ git clone https://gerrit.opnfv.org/gerrit/clover
$ cd clover
- $ git checkout stable/fraser
+ $ git checkout stable/gambia
$ pip install .
$ cd clover