diff --git a/docs/download.html b/docs/download.html
index e27e911bfeb01a60e5681a81d5d61e1c7fde4d70..676daccbdfd0defaf3211be8636b6023fec1ce69 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -96,7 +96,7 @@
             <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
 
             <a class="nav_link_subsubtitle" href="https://sourceforge.net/project/showfiles.php?group_id=192227">
-                Toy Release</a> <em>For a quick glance at the project</em><br>
+                Toy Release (Discontinued after version 0.75.3)</a> <em>For a quick glance at the project</em><br>
 
             This is a full version of Sinalgo compiled to an executable JAR
             file. Some sample projects are included to explore the features of
@@ -104,13 +104,22 @@
             is <em>not suited for setting up your own simulation</em>.
 
             <p><a class="nav_link_subsubtitle" href="https://sourceforge.net/project/showfiles.php?group_id=192227">
-                Regular Release</a> <em>For running your own simulations</em><br>
+                Regular Release (up to version 0.75.3)</a> <em>For running your own simulations (older
+                versions)</em><br>
 
                 The regular release contains all you need to write your own
                 simulations, including the source code of the framework, the
                 sample projects, and the build files.
 
-            <p><a class="nav_link_subsubtitle" href="">
+            <p><a class="nav_link_subsubtitle" href="https://github.com/andrebrait/sinalgo/releases">
+                Regular Release (version 0.76 and up)</a> <em>For running your own simulations (newer versions)</em><br>
+
+                Newer versions of the regular release are located in a different
+                repository. It includes all you need to write your own simulations,
+                including the source code of the framework, the sample projects,
+                and the Gradle build files.
+
+            <p><a class="nav_link_subsubtitle" href="tutorial/tuti.html">
                 All-In-One Tutorial</a> <em>The tutorial of this website, all on a single site.</em><br>
 
                 If you intend to print the entire tutorial offered on this
@@ -119,12 +128,15 @@
 
 
             <p>Please visit Sinalgo on <a class="nav_link"
-                                          href="https://sourceforge.net/projects/sinalgo">Sourceforge.net</a>
-                to obtain the latest release.
-                <br><a href="https://sourceforge.net/projects/sinalgo"><img
-                        src="https://sflogo.sourceforge.net/sflogo.php?group_id=192227&amp;type=5" width="210"
-                        height="62" border="0" alt="SourceForge.net Logo"/></a>
-
+                                          href="https://github.com/andrebrait/sinalgo">GitHub.com</a>
+                to check out the source code and obtain the latest release.
+                <br>
+                <a href="https://github.com/andrebrait/sinalgo"><img
+                        src="pics/GitHub-Mark-120px-plus.png"
+                        height="48" border="0" alt="GitHub.como Mark"/></a>
+                <a href="https://github.com/andrebrait/sinalgo"><img
+                        src="pics/GitHub_Logo.png"
+                        height="48" border="0" alt="GitHub.como Logo"/></a>
 
             <h2>Installation</h2>
             <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
diff --git a/docs/pics/GitHub-Mark-120px-plus.png b/docs/pics/GitHub-Mark-120px-plus.png
new file mode 100644
index 0000000000000000000000000000000000000000..ea6ff545a246caa64074ba809bbc86fcb8589071
Binary files /dev/null and b/docs/pics/GitHub-Mark-120px-plus.png differ
diff --git a/docs/pics/GitHub_Logo.png b/docs/pics/GitHub_Logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..e03d8dd8bcf0d851fe1eb89f93a39de843e5c69c
Binary files /dev/null and b/docs/pics/GitHub_Logo.png differ