summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-02-05 13:20:52 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-02-05 13:20:52 +0100
commit0f6f678f3bf09b71f8c911710755b5a0a9b9e8ab (patch)
treeb1d42de8e56c68d04fae50db5ccc2a24a930ccf3 /README.md
parentbe8bd062980de7991c7607ae07c08465642f0c6b (diff)
Move gif file to new dir images and update readme file.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 588a2e8b..303cc2b5 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ below).
## Installing just the helm-core package
-`helm-core` package is available on [MELPA](http://melpa.org/) for
+`helm-core` package is available on [MELPA](https://melpa.org/) for
third party packages that depend on helm libraries. These packages
should require helm as follows:
@@ -214,7 +214,7 @@ Helm contains many features, some of which are easier to follow
visually. Here is a demo of `helm-buffers-list` used with
`helm-moccur`. Demo starts with `Eval: START` in the minibuffer.
-![helm-buffers-list](doc/helm-buffers-list.gif)
+![helm-buffers-list](images/helm-buffers-list.gif)
- Regexp `*C` selects the C buffers. `*Tcl` in the demo selects TCL
buffers, then with `*C` switches back to C buffers.