diff options
author | Marcel Ribeiro Dantas <ribeirodantasdm@gmail.com> | 2022-11-15 17:42:08 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 17:42:08 -0300 |
commit | 8d993a25669731068482881fa48a87008975a9a9 (patch) | |
tree | 721f06f4a48064f522f7f0720e7413d1d019e438 | |
parent | c3ec10c79ed6e2c95c29325f69ec83ae5636d9c8 (diff) | |
parent | 847f5c22590cf6ec6401caf31c2b1744cb67ae1a (diff) |
Merge pull request #4543 from heckelson/patch-1
[hy/en] Remove dead link
-rw-r--r-- | hy.html.markdown | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hy.html.markdown b/hy.html.markdown index 1287095f..f6bdead0 100644 --- a/hy.html.markdown +++ b/hy.html.markdown @@ -13,8 +13,7 @@ hy to call native python code or python to call native hy code as well This tutorial works for hy ≥ 0.9.12, with some corrections for hy 0.11. ```clojure -;; this gives an gentle introduction to hy for a quick trial head to -;; http://try-hy.appspot.com +;; this gives an gentle introduction to hy ;; ; Semicolon comments, like other LISPS |