From 4cca41241e447ce865ed4b5b5e21eb5cf16bf57b Mon Sep 17 00:00:00 2001 From: hjpotter92 Date: Wed, 5 Sep 2018 16:36:34 +0530 Subject: [PATCH] Fix emacswiki link to `HideShow`. Convert http links to https. Signed-off-by: hjpotter92 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0e4e3f..6af8bf0 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ provides a richer set of functions for manipulating folds. It is also smarter about folding for the supported modes - yafolding uses indentation as a folding heuristic. -# How is this different from [hideshow](http://www.emacswiki.org/HideShow)? +# How is this different from [hideshow](https://www.emacswiki.org/emacs/HideShow)? Again, origami provides a much richer set of functions for manipulating folds. I looked at extending hideshow but gave up when I @@ -232,7 +232,7 @@ Origami maintains a data structure representing the folds and provides a rich library of functions for manipulating it. This makes adding new folding operations easy. -# How is this different from [folding.el](http://www.emacswiki.org/emacs/folding.el)? +# How is this different from [folding.el](https://www.emacswiki.org/emacs/folding.el)? Folding.el uses markers in the buffer to annotate folds. Origami also supports this and more.