diff --git a/README.md b/README.md
index 54c765d27ba63b260e3a66f92999aef810e6e715..739754f476e27c3c5980ce159704c9af043b8e33 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,7 @@ This particular repository only represents the core Java library. There are seve
 * [Aparapi JNI](https://github.com/Syncleus/aparapi-jni) - A java JAR which embeds and loads the native components at runtime. This prevents the need to seperately install the Aparapi Native library.
 * [Aparapi Native](https://github.com/Syncleus/aparapi-native) - The native library component. Without this the Java library can't talk to the graphics card. This is not a java project but rather a C/C++ project.
 * [Aparapi Vagrant](https://github.com/Syncleus/aparapi-vagrant) - A vagrant environment for compiling aparapi native libraries for linux, both x86 an x64.
+* [Aparapi Website](https://github.com/Syncleus/aparapi.com) - Source for the Aparapi website as hosted at [http://aparapi.com](http://aparapi.com). The site also contains our detailed documentation.
 
 ## Prerequisites