diff options
author | Pedram Ashofteh Ardakani <pedramardakani@gmail.com> | 2020-04-29 12:19:23 +0430 |
---|---|---|
committer | Pedram Ashofteh Ardakani <pedramardakani@gmail.com> | 2020-04-29 12:20:08 +0430 |
commit | 1239c7699b063da14e67642595acfa94b4fe0051 (patch) | |
tree | c19e3d899ce618605c63d2381e8e26eab3cb4965 /index.html | |
parent | 4f14af2659965488eb42519e1f9342e28bc7b7d1 (diff) |
Fix git repo link, remove extra git button
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -55,7 +55,7 @@ <div id="hamitems" class="button"> <a href="index.html">Home</a> <a href="about.html">About</a> - <a href="git/project.git">Git Repository</a> + <a href="http://git.maneage.org/project.git/">⤓ Git Repository</a> <a href="pdf/slides-intro.pdf">Tutorials</a> </div> </nav> @@ -80,10 +80,6 @@ </section> <section> - <nav class="clear button"> - <a href="http://git.maneage.org/project.git"> - ⤓ Git Repository</a> - </nav> <h3>Start building your project in Maneage</h3> <p>To start a new project, simply run these commands to clone it from its <a href="http://git.maneage.org/project.git">Git repository</a>. <pre><code> |