From 8348b2b0fdabdfbd4b93756efff61ff592866e52 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 17 Oct 2013 15:35:17 -0500 Subject: [PATCH 1/2] Fix the repo location --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 47f1f11..299c59e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,7 @@ Welcome to Hy's documentation! :alt: Hy logo :align: left -Welcome to `Hy `_! +Welcome to `Hy `_! Hy is a wonderful dialect of Lisp that's embedded in Python. Since Hy transforms its lisp code into the python Abstract Syntax Tree, you have the whole beautiful world of python at your fingertips, From 2778a8b3797947f44a56f6cf8fa30bd11e09edb0 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Tue, 22 Oct 2013 21:08:33 -0400 Subject: [PATCH 2/2] Someone fix this with a real path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9672a1..44c2510 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Hy == -![](https://raw.github.com/hylang/shyte/master/imgs/xkcd.png) +![](https://raw.github.com/hylang/shyte/18f6925e08684b0e1f52b2cc2c803989cd62cd91/imgs/xkcd.png) Lisp and Python should love each other. Let's make it happen.