How to create a Legacy Lesson - instruction edit #177

Commit to fix the following issues.

1. Update the user guide to point to the wiki.
2. Add the slack channel
3. Change the feedback email to point to the group mailing list.
This commit is contained in:
b1rd0fb3auty14
2016-06-22 22:46:31 -04:00
committed by Nanne Baars
parent 2d39ab90d2
commit a20532921a
2 changed files with 12 additions and 7 deletions

View File

@ -92,9 +92,9 @@ public class WebgoatContext {
private boolean codingExercises = false;
private String feedbackAddress = "webgoat@owasp.org";
private String feedbackAddress = "owasp-webgoat@list.owasp.org";
private String feedbackAddressHTML = "<A HREF=mailto:webgoat@owasp.org>webgoat@owasp.org</A>";
private String feedbackAddressHTML = "<A HREF=mailto:owasp-webgoat@list.owasp.org>owasp-webgoat@list.owasp.org</A>";
private boolean isDebug = false;