Felix Roos dcb145635c add tutorial redirect
+ place learn link last in repl header
+ fix all old links to /tutorial
2022-12-22 23:47:11 +01:00

4 lines
84 B
Plaintext

<script is:inline>
window.location.pathname = `/learn/getting-started`;
</script>