Skip to content

Commit

Permalink
Removed secure coding mode URL
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Dixit <[email protected]>
  • Loading branch information
shivamdixit committed Aug 16, 2014
1 parent f1fc2bb commit 2d99d81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/view/default/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
source code of the application, instead only the relevant part of the source code is shown
to the user in a client-side IDE.
<br><br>
<a href="<?php echo CODING_MODE_LESSON_URL; ?>" class="btn btn-primary">Get Started</a>
<a href="<?php echo SINGLE_MODE_LESSON_URL; ?>" class="btn btn-primary">Get Started</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/view/default/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<h3>Secure Coding Mode</h3>
<p>Patch security vulnerabilities and learn about secure coding practices.
You are required to modify vulnerable source code in such a way that vulnerability no longer exists.</p>
<a href="<?php echo CODING_MODE_LESSON_URL; ?>" class="btn btn-default">Get Started</a>
<a href="<?php echo SINGLE_MODE_LESSON_URL; ?>" class="btn btn-default">Get Started</a>
</div>
</div>
</div>

0 comments on commit 2d99d81

Please sign in to comment.