Skip to content

Commit

Permalink
Fix logo src URL
Browse files Browse the repository at this point in the history
I accidentally broke this in VSCodeVim#1643, the change to the src URL wasn't intentional.
  • Loading branch information
Andrew Cobby committed May 22, 2017
1 parent c4462b5 commit febb0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center"><img src="./images/icon.png" height="128"><br>VSCodeVim</h1>
<h1 align="center"><img src="https://raw.githubusercontent.com/VSCodeVim/Vim/master/images/icon.png" height="128"><br>VSCodeVim</h1>
<p align="center"><strong>Vim emulation for Visual Studio Code.</strong></p>
<p align="center"><a href="http://aka.ms/vscodevim"><img src="http://vsmarketplacebadge.apphb.com/version/vscodevim.vim.svg" alt="Version"></a> <a href="https://travis-ci.org/VSCodeVim/Vim"><img src="https://travis-ci.org/VSCodeVim/Vim.svg?branch=master" alt="Build Status"></a> <a href="https://vscodevim-slackin.azurewebsites.net"><img src="https://vscodevim-slackin.azurewebsites.net/badge.svg" alt="Slack Status"></a></p>
<hr>
Expand Down

0 comments on commit febb0ba

Please sign in to comment.