fixing the visit tutorial button, the link is incorrect

This commit is contained in:
cktricky
2016-03-08 11:05:16 -05:00
parent 23f965b4bd
commit 67069c955f
+2 -2
View File
@@ -37,7 +37,7 @@
{
:class => "btn",
:method => "get",
:onclick => "window.open('https://github.com/OWASP/railsgoat/wiki/tutorials', '_blank')"
:onclick => "window.open('https://github.com/OWASP/railsgoat/wiki', '_blank')"
} %>
</li>
</ul>
@@ -66,7 +66,7 @@
{
:class => "btn",
:method => "get",
:onclick => "window.open('https://github.com/OWASP/railsgoat/wiki/tutorials', '_blank')"
:onclick => "window.open('https://github.com/OWASP/railsgoat/wiki', '_blank')"
} %>
</li>
</ul>