From fe2256e1abd691e16d24a496e99295ae75198f56 Mon Sep 17 00:00:00 2001 From: Mariano Montone <marianomontone@gmail.com> Date: Wed, 16 May 2018 10:20:21 -0300 Subject: [PATCH] Getting started links --- content/downloads.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/downloads.html b/content/downloads.html index 0fe462d..f38019a 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -52,7 +52,7 @@ <p><a href="https://www.quicklisp.org">Quicklisp</a> is a library manager for Common Lisp. Use it to download, install, and load any of over 1,500 libraries with a few simple commands.</p> -<p>For an introduction on how to set them all up, you can have a look at <a href="http://articulate-lisp.com/">this guide</a>.</p> +<p>For an introduction on how to set them all up, you can have a look at <a href="https://lispmethods.com/development-environment.html">this guide</a>.</p> <p>You can also watch this video tutorial:</p> @@ -99,7 +99,9 @@ <p>Here's a list of alternative guides for getting started: <ul> - <li><a target="_blank" href="https://cliki.net/Getting%20Started">CLiki guide</a></li> - <li><a href="http://articulate-lisp.com">Articulate Lisp site</a></li> + <li><a target="_blank" href="https://lispmethods.com/development-environment.html">Getting Started With Common Lisp</a> at lispmethods.com.</li> + <li><a target="_blank" href="https://cliki.net/Getting%20Started">CLiki guide</a>.</li> + + <li><a href="http://articulate-lisp.com">Articulate Lisp site</a>.</li> </ul> </p> -- GitLab