From 4dc3b2a79369f1a1c14afd7469d4e9fc94df974c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Oliveira?= Date: Fri, 1 Dec 2017 19:54:48 +0000 Subject: [PATCH] Add links for Vim and Emacs --- 1-js/01-getting-started/2-code-editors/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/01-getting-started/2-code-editors/article.md b/1-js/01-getting-started/2-code-editors/article.md index 65ef7476..87e68888 100644 --- a/1-js/01-getting-started/2-code-editors/article.md +++ b/1-js/01-getting-started/2-code-editors/article.md @@ -40,7 +40,7 @@ The following options deserve your attention: - [Atom](https://atom.io/) (cross-platform, free). - [Sublime Text](http://www.sublimetext.com) (cross-platform, shareware). - [Notepad++](https://notepad-plus-plus.org/) (Windows, free). -- Vim and Emacs are also cool, if you know how to use them. +- [Vim](http://www.vim.org/) and [Emacs](https://www.gnu.org/software/emacs/) are also cool, if you know how to use them. ## My favorites