Update links

This commit is contained in:
Michiel Borkent 2021-11-16 13:54:43 +01:00
parent e6cffe6a9b
commit 8f72a1a51f
5 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
:deps :deps
{org.clojure/clojure {:mvn/version "1.10.3"} {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"} :sha "315e5ee6d6ce0b7f6ccac641ed79adde65dea666"}
reagent/reagent {:mvn/version "1.0.0"} reagent/reagent {:mvn/version "1.0.0"}
cljsjs/react {:mvn/version "17.0.2-0"} cljsjs/react {:mvn/version "17.0.2-0"}

View file

@ -16,7 +16,7 @@
<pre> <pre>
<code class="html"> <code class="html">
&lt;head&gt; &lt;head&gt;
&lt;script src=&quot;https://borkdude.github.io/scittle/js/scittle.js&quot; type=&quot;application/javascript&quot;&gt;&lt;/script&gt; &lt;script src=&quot;https://babashka.github.io/scittle/js/scittle.js&quot; type=&quot;application/javascript&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;application/x-scittle&quot;&gt; &lt;script type=&quot;application/x-scittle&quot;&gt;
(defn my-alert [] (defn my-alert []

View file

@ -3,11 +3,11 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" href="css/style.css"> <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@17/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.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/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> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/languages/clojure.min.js" type="text/javascript"></script>

View file

@ -41,7 +41,7 @@
} }
};" };"
"if(typeof scittle === 'undefined'){" "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)}" :onerror "function(){alert('Error loading ' + this.src)}"
:onload "runCode"}) :onload "runCode"})
"} else { "} else {

View file

@ -60,21 +60,21 @@
</head> </head>
<body> <body>
<div style="float: right;"> <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> <h1>Scittle</h1>
<h2>What is this?</h2> <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> browser in such a way that you can use it with the <tt>script</tt> tag.</p>
<h2>Project status</h2> <h2>Project status</h2>
<p> <p>
This project is still experimental and breaking changes may This project is still experimental and breaking changes may
happen. Feedback is welcome 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> <p>
To use scittle on your own site, it is recommended to use the links To use scittle on your own site, it is recommended to use the links
published to 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>. page</a>.
</p> </p>