From 07e1f5dfe4d2048ec0f46176b24439d5399bde93 Mon Sep 17 00:00:00 2001
From: Kai Chen <chenkaidev@gmail.com>
Date: Sat, 16 Feb 2019 21:25:31 +0800
Subject: [PATCH] correct mirror site links

---
 MODEL_ZOO.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MODEL_ZOO.md b/MODEL_ZOO.md
index 377157c1..6677abba 100644
--- a/MODEL_ZOO.md
+++ b/MODEL_ZOO.md
@@ -20,7 +20,7 @@ Note: The train time was measured with PyTorch 0.4.1. We will update it later, w
 ## Mirror sites
 
 We use AWS as the main site to host our model zoo, and maintain a mirror on aliyun.
-You can replace `https://s3.ap-northeast-2.amazonaws.com` with `https://open-mmlab.oss-cn-beijing.aliyuncs.com` in model urls.
+You can replace `https://s3.ap-northeast-2.amazonaws.com/open-mmlab` with `https://open-mmlab.oss-cn-beijing.aliyuncs.com` in model urls.
 
 ## Common settings
 
-- 
GitLab