diff --git a/views/dashboard.slim b/views/dashboard.slim
index 602408f2..c5bc347c 100644
--- a/views/dashboard.slim
+++ b/views/dashboard.slim
@@ -80,20 +80,11 @@ javascript:
.row style="margin-top: 20px"
.span5
- Need to learn web design?
+ Need to learn web design/HTML?
div
div
i class="icon-globe"
- a href="http://www.htmldog.com/guides/html/beginner" target="_blank" HTML Beginner Tutorial
- div
- i class="icon-globe"
- a href="http://www.w3schools.com/html/html_intro.asp" target="_blank" w3schools HTML introduction
- div
- i class="icon-globe"
- a href="http://codepupil.com/" target="_blank" CodePupil.com teaches with games
- div
- i class="icon-globe"
- a href="http://www.codecademy.com/tracks/web" target="_blank" Online lessons at Codecademy.com
+ a href="/tutorial" target="_blank" NeoCities Web Design Tutorial
form method="POST" action="/site_files/delete" id="deleteFilenameForm"
input name="csrf_token" type="hidden" value="#{csrf_token}"