From 706c968a26ed0ccbb693737af1d99f639de6cb7f Mon Sep 17 00:00:00 2001 From: Ali-Akber Saifee Date: Wed, 4 Oct 2017 13:29:41 +0800 Subject: [PATCH] Update link to maintained Ctrl-P fork --- README-ES.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-ES.md b/README-ES.md index 540634c..1c0d844 100644 --- a/README-ES.md +++ b/README-ES.md @@ -182,7 +182,7 @@ Qué tiene dentro? Configuración [vim](http://www.vim.org/): -* [Ctrl-P](https://github.com/kien/ctrlp.vim) para hallazgo difuso de archivos/buffer/tags. +* [Ctrl-P](https://github.com/ctrlpvim/ctrlp.vim) para hallazgo difuso de archivos/buffer/tags. * [Rails.vim](https://github.com/tpope/vim-rails) para una mejor navegación de la estructura de archivos de Rails via `gf` y `:A` (alterno), `:Rextract` parciales,`:Rinvert` migraciones, etc. * Ejecuta muchos tipos de pruebas [desde vim]([https://github.com/janko-m/vim-test) diff --git a/README.md b/README.md index 16afeb3..f06d6b7 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ What's in it? [vim](http://www.vim.org/) configuration: -* [Ctrl-P](https://github.com/kien/ctrlp.vim) for fuzzy file/buffer/tag finding. +* [Ctrl-P](https://github.com/ctrlpvim/ctrlp.vim) for fuzzy file/buffer/tag finding. * [Rails.vim](https://github.com/tpope/vim-rails) for enhanced navigation of Rails file structure via `gf` and `:A` (alternate), `:Rextract` partials, `:Rinvert` migrations, etc.