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

@ -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>