From 886db15751492ab0da4989a78e2a1732f4428325 Mon Sep 17 00:00:00 2001
From: yamengxi <49829199+yamengxi@users.noreply.github.com>
Date: Mon, 23 Nov 2020 11:46:22 +0800
Subject: [PATCH] fix detail url (#267)

---
 docs/getting_started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/getting_started.md b/docs/getting_started.md
index 37bad85f..e310edad 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -115,7 +115,7 @@ The training and validation set of Pascal Context could be download from [here](
 
 To split the training and validation set from original dataset, you may download trainval_merged.json from [here](https://codalabuser.blob.core.windows.net/public/trainval_merged.json).
 
-If you would like to use Pascal Context dataset, please install [Detail](https://github.com/ccvl/detail-api) and then run the following command to convert annotations into proper format.
+If you would like to use Pascal Context dataset, please install [Detail](https://github.com/zhanghang1989/detail-api) and then run the following command to convert annotations into proper format.
 
 ```shell
 python tools/convert_datasets/pascal_context.py data/VOCdevkit data/VOCdevkit/VOC2010/trainval_merged.json
-- 
GitLab