diff --git a/README b/README
index fe0bc42924ad2f1309d2017c56449c0978904e72..ea68fe3092267b7adcecd2e31a7c5beca298ca5c 100644
--- a/README
+++ b/README
@@ -102,12 +102,12 @@ To run the integrated tests:
 
 There is also collection of standard test vectors which are not
 included in this package for size reasons but can be obtained from:
-http://opus-codec.org/testvectors/opus_testvectors-draft11.tar.gz
+http://opus-codec.org/testvectors/opus_testvectors.tar.gz
 
 To run compare the code to these test vectors:
 
-% curl -O http://opus-codec.org/testvectors/opus_testvectors-draft11.tar.gz
-% tar -zxf opus_testvectors-draft11.tar.gz
+% curl -O http://opus-codec.org/testvectors/opus_testvectors.tar.gz
+% tar -zxf opus_testvectors.tar.gz
 % ./tests/run_vectors.sh ./ opus_testvectors 48000
 
 == Portability notes ==
diff --git a/doc/build_draft.sh b/doc/build_draft.sh
index 406b2f58d91d19e2bc09b9e4c458acea3dc6db59..618fd5d254cd4102b1c233cdda185f6734ef5189 100755
--- a/doc/build_draft.sh
+++ b/doc/build_draft.sh
@@ -51,8 +51,8 @@ cat opus_source.tar.gz| base64 | tr -d '\n' | fold -w 64 | \
 
 if [[ ! -d ../opus_testvectors ]] ; then
   echo "Downloading test vectors..."
-  wget 'http://www.opus-codec.org/testvectors/opus_testvectors-draft11.tar.gz'
-  tar -C .. -xvzf opus_testvectors-draft11.tar.gz
+  wget 'http://opus-codec.org/testvectors/opus_testvectors.tar.gz'
+  tar -C .. -xvzf opus_testvectors.tar.gz
 fi
 echo '<figure>' > testvectors_sha1
 echo '<artwork>' >> testvectors_sha1