From ad209de2483e7bc8e7efe84eaefbf4aad5a80598 Mon Sep 17 00:00:00 2001 From: Julian W Date: Tue, 19 Mar 2019 16:40:03 +0100 Subject: [PATCH] Add up to date images and fix format issue (#27043) Images for VS Code and ATOM were not up to date. Replaced existing images with up to date ones. Also fixed a format markdown issue. --- guide/english/developer-tools/source-code-editors/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/guide/english/developer-tools/source-code-editors/index.md b/guide/english/developer-tools/source-code-editors/index.md index ba8818303e..4a5273bcc4 100644 --- a/guide/english/developer-tools/source-code-editors/index.md +++ b/guide/english/developer-tools/source-code-editors/index.md @@ -43,7 +43,7 @@ Brackets is a relatively new open-source editor by Adobe. It is very user friend ### Atom -![Atom Icon](https://logo.clearbit.com/atom.io) +![Atom Icon](https://i.imgur.com/ToWQjHO.png) Atom is an open source editor, developed by GitHub. Like Sublime Text, Atom is quite popular. It is very configurable ("hackable", as they say) but advanced features may be overwhelming to new users. There is also plenty of helpful documentation available online. @@ -54,13 +54,12 @@ Atom is an Microsoft and fast becoming widely used by developers of all languages. Like Atom and Sublime, Visual Studio Code has a wide range of extensions and themes available to help customise and perfect your experience using it, however VSC is highly configurable "out-the-box". There is also a very active development team behind VSCode, with new features and bug fixes being added by the Visual Studio Code team every month. code.visualstudio.com - ### Notepad++ ![Notepad++ Icon](https://upload.wikimedia.org/wikipedia/commons/0/0f/Notepad%2B%2B_Logo.png)