diff --git a/tests/DynamicConfig.xml b/tests/DynamicConfig.xml
index 4d721cf..d67e15d 100644
--- a/tests/DynamicConfig.xml
+++ b/tests/DynamicConfig.xml
@@ -15,6 +15,6 @@
- https://storage.googleapis.com/android_media/external/libavc/tests/AvcTestRes-1.0.zip
+ https://dl.google.com/android-unittest/media/external/libavc/tests/AvcTestRes-1.0.zip
diff --git a/tests/README.md b/tests/README.md
index 7832d5a..b6d1d63 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -35,7 +35,7 @@ Optionally, enable sanitizers by passing -DSANITIZE
$ make
```
-The media files for the tests are present [at](https://storage.googleapis.com/android_media/external/libavc/tests/AvcTestRes-1.0.zip).
+The media files for the tests are present [at](https://dl.google.com/android-unittest/media/external/libavc/tests/AvcTestRes-1.0.zip).
Download and extract these the current folder.
usage: AvcEncTest -P \
@@ -61,7 +61,7 @@ To test 32-bit binary push binaries from nativetest.
adb push ${OUT}/data/nativetest/AvcEncTest/AvcEncTest /data/local/tmp/
```
-The resource file for the tests is taken from [here](https://storage.googleapis.com/android_media/external/libavc/tests/AvcTestRes-1.0.zip)
+The resource file for the tests is taken from [here](https://dl.google.com/android-unittest/media/external/libavc/tests/AvcTestRes-1.0.zip)
Download, unzip and push these files into device for testing.