fixing the visit tutorial button, the link is incorrect
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user