From a024d56ddf67dbbef67104b4b34401cf4cfe3c4a Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <freemo@gmail.com> Date: Sun, 11 Dec 2016 22:03:20 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3da12b6b..cf30f5df 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A framework for executing native Java code on the GPU. **Licensed under the Apache Software License v2** -This project is a collection of examples for the Aparapi project. For more information see the [website](http://Aparapi.com) or the [Github page](https://github.com/Syncleus/aparapi-examples). +This project is a collection of examples for the Aparapi project. For more information see the Aparapi [website](http://Aparapi.com) or the [Github page](https://github.com/Syncleus/aparapi-examples). For detailed documentation see [Aparapi.com](http://Aparapi.com). @@ -39,4 +39,4 @@ To run the examples simply execute it through maven. ```bash mvn clean package exec:java -``` \ No newline at end of file +``` -- GitLab