From 8f72a1a51f8ed85e58d7d3eeb4e4ae9bf520a609 Mon Sep 17 00:00:00 2001
From: Michiel Borkent This project exposes the Small Clojure Interpreter in the
+ This project exposes the Small Clojure Interpreter in the
browser in such a way that you can use it with the script tag.
This project is still experimental and breaking changes may
happen. Feedback is welcome
- on Github.
<head>
- <script src="https://borkdude.github.io/scittle/js/scittle.js" type="application/javascript"></script>
+ <script src="https://babashka.github.io/scittle/js/scittle.js" type="application/javascript"></script>
<script type="application/x-scittle">
(defn my-alert []
diff --git a/resources/public/bookmarklet.html b/resources/public/bookmarklet.html
index 7dddbe0..15dce60 100644
--- a/resources/public/bookmarklet.html
+++ b/resources/public/bookmarklet.html
@@ -3,11 +3,11 @@
-
+
-
+
diff --git a/resources/public/cljs/bookmarklet.cljs b/resources/public/cljs/bookmarklet.cljs
index 79b0585..0f9eb15 100644
--- a/resources/public/cljs/bookmarklet.cljs
+++ b/resources/public/cljs/bookmarklet.cljs
@@ -41,7 +41,7 @@
}
};"
"if(typeof scittle === 'undefined'){"
- (append-tag :script {:src "https://borkdude.github.io/scittle/js/scittle.js"
+ (append-tag :script {:src "https://babashka.github.io/scittle/js/scittle.js"
:onerror "function(){alert('Error loading ' + this.src)}"
:onload "runCode"})
"} else {
diff --git a/resources/public/index.html b/resources/public/index.html
index d4fb915..6533776 100644
--- a/resources/public/index.html
+++ b/resources/public/index.html
@@ -60,21 +60,21 @@
+
Scittle
What is this?
- Project status
To use scittle on your own site, it is recommended to use the links published to - the releases + the releases page.