Minor correction to repl template. Added link to docs.

This commit is contained in:
James King 2013-04-10 11:11:05 -04:00
parent 92eaed21e4
commit e41624d47d
2 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,9 @@ It's got an extremely simple Macro system, which will hopefully become
a bit more advanced as the language develops.
</p>
<p>
<a href="https://hy.readthedocs.org/en/latest/" title="Hy Documentation">Read the docs</a> to learn more.
</p>
<p>
Want to try it out? Flip on JavaScript and try out the <a href="/repl" >REPL</a>
</p>
{% endblock %}

View File

@ -22,7 +22,7 @@
;;;; "compiles" to Python ASTs.
;;;;
;;;; This pane is the Hy lisp variant,
;;;; and the left side is what the output
;;;; and the right side is what the output
;;;; AST looks like using the `codegen` module.
;;;;
;;;; star the repo @ http://git.io/hy