diff --git a/README.md b/README.md
index 7f8289ab444631ddb44b3cd44a9c82074b527d75..e1a6171feb25e6f6a5acc99e8e9bb5f5ffc1dba4 100644
--- a/README.md
+++ b/README.md
@@ -91,3 +91,12 @@ Right now, the following commands might be useful:
 
 * ```./gradlew javadoc``` will generate a set of HTML documents containing documentation on Sinalgo's classes.
 This also includes projects.
+
+## Tutorial
+
+Sinalgo's original tutorial has been reconstructed [in the GitHub Pages for this repository](https://andrebrait.github.io/sinalgo). 
+While this fork has departed quite a bit from the original,
+most of the things in the tutorial are still valid as for building simulations and the general 
+usage of Sinalgo.
+
+The source code for these pages can be found in the ```docs``` folder under this repository.