Update README.mkd

Fixes broken github pages links. github.com urls for github pages sites are deprecated as of earlier this year and should be replaced with github.io
This commit is contained in:
Skylar
2021-09-08 09:17:29 -07:00
committed by GitHub
parent 46e60676f2
commit 8b079dcf6e

View File

@@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/mattn/emmet-vim.svg?branch=master)](https://travis-ci.org/mattn/emmet-vim)
[emmet-vim](http://mattn.github.com/emmet-vim) is a vim plug-in
[emmet-vim](https://mattn.github.io/emmet-vim/) is a vim plug-in
which provides support for expanding abbreviations similar to
[emmet](http://emmet.io/).
@@ -132,7 +132,7 @@ You can change the **path** to your **snippets_custom.json** according to your p
### emmet.vim:
* <http://mattn.github.com/emmet-vim>
* <https://mattn.github.io/emmet-vim/>
### development repository: