diff --git a/deps.edn b/deps.edn index 614ffe7..9c1c2d7 100644 --- a/deps.edn +++ b/deps.edn @@ -2,7 +2,7 @@ :deps {org.clojure/clojure {:mvn/version "1.10.3"} - borkdude/sci {:git/url "https://github.com/borkdude/sci" + babashka/sci {:git/url "https://github.com/babashka/sci" :sha "315e5ee6d6ce0b7f6ccac641ed79adde65dea666"} reagent/reagent {:mvn/version "1.0.0"} cljsjs/react {:mvn/version "17.0.2-0"} diff --git a/resources/public/base.html b/resources/public/base.html index 12c9501..a9aac58 100644 --- a/resources/public/base.html +++ b/resources/public/base.html @@ -16,7 +16,7 @@
<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?
- 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.
Project status
This project is still experimental and breaking changes may
happen. Feedback is welcome
- on Github.
+ on Github.
To use scittle on your own site, it is recommended to use the links
published to
- the releases
+ the releases
page.