Update links
This commit is contained in:
parent
e6cffe6a9b
commit
8f72a1a51f
2
deps.edn
2
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"}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<pre>
|
||||
<code class="html">
|
||||
<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 []
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<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 crossorigin src="https://unpkg.com/react@17/umd/react.production.min.js"></script>
|
||||
<script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script>
|
||||
<script src="https://borkdude.github.io/scittle/js/scittle.reagent.js" type="application/javascript"></script>
|
||||
<script src="https://babashka.github.io/scittle/js/scittle.reagent.js" type="application/javascript"></script>
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js" type="text/javascript"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/languages/clojure.min.js" type="text/javascript"></script>
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -60,21 +60,21 @@
|
|||
</head>
|
||||
<body>
|
||||
<div style="float: right;">
|
||||
<a href="https://GitHub.com/borkdude/scittle"><img src="https://img.shields.io/github/stars/borkdude/scittle.svg?style=social&label=Star"></a></div>
|
||||
<a href="https://gitHub.com/babashka/scittle"><img src="https://img.shields.io/github/stars/babashka/scittle.svg?style=social&label=Star"></a></div>
|
||||
|
||||
<h1>Scittle</h1>
|
||||
<h2>What is this?</h2>
|
||||
<p>This project exposes the <a href="https://github.com/borkdude/sci">Small Clojure Interpreter</a> in the
|
||||
<p>This project exposes the <a href="https://github.com/babashka/sci">Small Clojure Interpreter</a> in the
|
||||
browser in such a way that you can use it with the <tt>script</tt> tag.</p>
|
||||
<h2>Project status</h2>
|
||||
<p>
|
||||
This project is still experimental and breaking changes may
|
||||
happen. Feedback is welcome
|
||||
on <a href="https://github.com/borkdude/scittle">Github</a>.</p>
|
||||
on <a href="https://github.com/babashka/scittle">Github</a>.</p>
|
||||
<p>
|
||||
To use scittle on your own site, it is recommended to use the links
|
||||
published to
|
||||
the <a href="https://github.com/borkdude/scittle/releases/tag/v0.0.4">releases
|
||||
the <a href="https://github.com/babashka/scittle/releases/tag/v0.0.4">releases
|
||||
page</a>.
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue