fixing the visit tutorial button, the link is incorrect
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
{
|
{
|
||||||
:class => "btn",
|
:class => "btn",
|
||||||
:method => "get",
|
:method => "get",
|
||||||
:onclick => "window.open('https://github.com/OWASP/railsgoat/wiki/tutorials', '_blank')"
|
:onclick => "window.open('https://github.com/OWASP/railsgoat/wiki', '_blank')"
|
||||||
} %>
|
} %>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
{
|
{
|
||||||
:class => "btn",
|
:class => "btn",
|
||||||
:method => "get",
|
:method => "get",
|
||||||
:onclick => "window.open('https://github.com/OWASP/railsgoat/wiki/tutorials', '_blank')"
|
:onclick => "window.open('https://github.com/OWASP/railsgoat/wiki', '_blank')"
|
||||||
} %>
|
} %>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user