summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 693cb6f..715252c 100644
--- a/README.org
+++ b/README.org
@@ -15,7 +15,7 @@
** Inspiration
Every programming language should have a fun, easy to use 2D game
library. Guile-2d draws its inspiration from great
- libraries/frameworks such as [[http://love2d.org][LÖVE]], [[http://pygame.org][Pygame]], and [[http://pyglet.org][Pyglet]].
+ libraries/frameworks such as [[http://love2d.org/][LÖVE]], [[http://pygame.org/][Pygame]], and [[http://pyglet.org/][Pyglet]].
** Example
Here is the simplest Guile-2d application (so far).