s/wasabiz/picrin-scheme/g

This commit is contained in:
Sunrim KIM (keen) 2014-08-29 13:27:31 +09:00
parent 79417040e6
commit 31c09f0475
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Picrin [![Build Status](https://travis-ci.org/wasabiz/picrin.png)](https://travis-ci.org/wasabiz/picrin) # Picrin [![Build Status](https://travis-ci.org/picrin-scheme/picrin.png)](https://travis-ci.org/picrin-scheme/picrin)
Picrin is a lightweight scheme implementation intended to comply with full R7RS specification. Its code is written in pure C99 and does not requires any special external libraries installed on the platform. Picrin is a lightweight scheme implementation intended to comply with full R7RS specification. Its code is written in pure C99 and does not requires any special external libraries installed on the platform.
@ -25,7 +25,7 @@ See http://picrin.readthedocs.org/
Currently picrin is hosted on Github. You can freely send a bug report or pull-request, and fork the repository. Currently picrin is hosted on Github. You can freely send a bug report or pull-request, and fork the repository.
https://github.com/wasabiz/picrin https://github.com/picrin-scheme/picrin
## IRC ## IRC

View File

@ -21,7 +21,7 @@ Homepage
Currently picrin is hosted on Github. You can freely send a bug report or pull-request, and fork the repository. Currently picrin is hosted on Github. You can freely send a bug report or pull-request, and fork the repository.
https://github.com/wasabiz/picrin https://github.com/picrin-scheme/picrin
Documentation Documentation
------------- -------------