From 30fb95a49b3c2fbb785aa30c65981331af4fdf6f Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Wed, 17 Aug 2016 20:24:29 +0530 Subject: [PATCH 1/2] Fix 404s for links to swanodette.github.io Trailing slashes give a 404, now. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 23aa581..b60e591 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@

The End

  • The ClojureScript project on GitHub
  • An in-browser ClojureScript REPL
  • Clojure Docs (core library documentation)
  • -
  • The Essence of ClojureScript and ClojureScript 101
  • +
  • The Essence of ClojureScript and ClojureScript 101
  • From 44ed92a9a4a7f9855f844e1785e5fcd7e262f333 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Wed, 17 Aug 2016 20:27:07 +0530 Subject: [PATCH 2/2] Recommend Quick Start instead of The Essence The Essence of ClojureScript now recommends reading ClojureScript Quick Start instead --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b60e591..cea1803 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@

    The End

  • The ClojureScript project on GitHub
  • An in-browser ClojureScript REPL
  • Clojure Docs (core library documentation)
  • -
  • The Essence of ClojureScript and ClojureScript 101
  • +
  • ClojureScript Quick Start and ClojureScript 101