From d8b8c3818270f6140ec3b80a26c8e2997cd927eb Mon Sep 17 00:00:00 2001 From: aomoriringo Date: Thu, 7 Jul 2016 14:52:20 +0900 Subject: [PATCH] Fix README wrong links --- README.ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ja.md b/README.ja.md index 24b19c3f..d39c64d6 100644 --- a/README.ja.md +++ b/README.ja.md @@ -867,7 +867,7 @@ slack, emailは日本語対応済み TUIは日本語表示未対応 # Deploy With Glide If an error occurred while go get, try deploying with glide. -- Install [Glide](https://github.com/bumptech/glide) +- Install [Glide](https://github.com/Masterminds/glide) - Deploy go-cve-dictionary ``` $ go get -d github.com/kotakanbe/go-cve-dictionary diff --git a/README.md b/README.md index 9754d030..a83851a5 100644 --- a/README.md +++ b/README.md @@ -808,7 +808,7 @@ $ go-cve-dictionary fetchnvd -last2y # Deploy With Glide If an error occurred while go get, try deploying with glide. -- Install [Glide](https://github.com/bumptech/glide) +- Install [Glide](https://github.com/Masterminds/glide) - Deploy go-cve-dictionary ``` $ go get -d github.com/kotakanbe/go-cve-dictionary