From 035777d688d1cef4df42e64a9bd7879e4d49bd9d Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 8 Dec 2012 23:33:10 +0000 Subject: [PATCH] Fixed links in readme. --- readme.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.markdown b/readme.markdown index 5fc57f5..8fb5965 100644 --- a/readme.markdown +++ b/readme.markdown @@ -19,7 +19,7 @@ they should be included in a separate directory by the name of "PackageName", so as to not pollute the namespace. This will mean that your main file can be imported by simply writing ``import PackageName`` and all other public modules can be imported by writing ``import PackageName/module``. This structure can be -seen being used by (jester)[https://github.com/dom96/jester]. +seen being used by [jester](https://github.com/dom96/jester). All private modules should be placed, by convention, in a ``private`` folder, these are modules which @@ -63,5 +63,5 @@ ask on the nimrod [forum](http://forum.nimrod-code.org), or ask on Freenode in the #nimrod channel. ## About -Babel has been written by (Dominik Picheta)[http://picheta.me/] and is licensed +Babel has been written by [Dominik Picheta](http://picheta.me/) and is licensed under the BSD license (Look at license.txt for more info). \ No newline at end of file