From a14e0d6305febc69ae3a0c8772093de1d0054139 Mon Sep 17 00:00:00 2001
From: Abner Chen <abner@savy.tw>
Date: Mon, 13 Mar 2017 02:21:40 +0800
Subject: [PATCH] Fix python-mode url

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

diff --git a/README.md b/README.md
index b8f820d..d8c975a 100644
--- a/README.md
+++ b/README.md
@@ -510,7 +510,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
     * [SublimeJEDI](https://github.com/srusskih/SublimeJEDI) - A Sublime Text plugin to the awesome auto-complete library Jedi.
 * Vim
     * [Jedi-vim](https://github.com/davidhalter/jedi-vim) - Vim bindings for the Jedi auto-completion library for Python.
-    * [Python-mode](https://github.com/klen/python-mode) - An all in one plugin for turning Vim into a Python IDE.
+    * [Python-mode](https://github.com/python-mode/python-mode) - An all in one plugin for turning Vim into a Python IDE.
     * [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - Includes [Jedi](https://github.com/davidhalter/jedi)-based completion engine for Python.
 * Visual Studio
     * [PTVS](https://github.com/Microsoft/PTVS) - Python Tools for Visual Studio.
-- 
GitLab