From 588a4b24f20aa57e556535e9fe745f0f6c7ecc8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20J=C3=A4ger?= Date: Fri, 18 Nov 2016 11:21:29 +0100 Subject: [PATCH] Fix hyperlinks in restclient README The links to the original author's page were broken, so I replaced them with links to the GH page. --- layers/+tools/restclient/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/+tools/restclient/README.org b/layers/+tools/restclient/README.org index 7dce10aa7..891335887 100644 --- a/layers/+tools/restclient/README.org +++ b/layers/+tools/restclient/README.org @@ -10,7 +10,7 @@ * Description This layer lets you have a REPL-like interface for http requests using a -[[http://pashky/restclient.el][restclient]] buffer or an =org= buffer. +[[https://github.com/pashky/restclient.el][restclient]] buffer or an =org= buffer. * Install To use this configuration layer, add it to your =~/.spacemacs=. You will need to @@ -18,7 +18,7 @@ add =restclient= to the existing =dotspacemacs-configuration-layers= list in thi file. * Configuration -By default the layer uses [[http://pashky/restclient.el][restclient]]. To use =org= via [[http://github.com/zweifisch/ob-http][ob-http]] by default set +By default the layer uses [[https://github.com/pashky/restclient.el][restclient]]. To use =org= via [[http://github.com/zweifisch/ob-http][ob-http]] by default set the layer variable =restclient-use-org= to =t=. Note that both =restclient= and =ob-http= are always installed so you can