Commit 1daa7c8 1 parent 3e1af19 commit 1daa7c8 Copy full SHA for 1daa7c8
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
SERVER_EMAIL = "support@" + DOMAIN_NAME
32
32
FQDN = "www." + DOMAIN_NAME
33
33
EMAIL_TO_STRING = PROJECT_NAME + " <" + SERVER_EMAIL + ">"
34
- BLOG_URL = os .environ .get ("BLOG_URL" ,"https://steemit.com/@bugheist " )
35
- FACEBOOK_URL = os .environ .get ("FACEBOOK_URL" ,"https://www.facebook.com/bugheist " )
36
- TWITTER_URL = os .environ .get ("TWITTER_URL" ,"https://twitter.com/bugheist " )
37
- GITHUB_URL = os .environ .get ("GITHUB_URL" ,"https://github.com/bugheist/website " )
38
- EXTENSION_URL = os .environ .get ("EXTENSION_URL" ,"https://chrome.google. com/webstore/detail/bugheist/bififchikfckcnblimmncopjinfgccme?hl=en " )
34
+ BLOG_URL = os .environ .get ("BLOG_URL" ,"https://owasp.org/www-project-bug-logging-tool/ " )
35
+ FACEBOOK_URL = os .environ .get ("FACEBOOK_URL" ,"https://www.facebook.com/groups/owaspfoundation/ " )
36
+ TWITTER_URL = os .environ .get ("TWITTER_URL" ,"https://twitter.com/owasp " )
37
+ GITHUB_URL = os .environ .get ("GITHUB_URL" ,"https://github.com/OWASP/BLT " )
38
+ EXTENSION_URL = os .environ .get ("EXTENSION_URL" ,"https://github. com/OWASP/BLT " )
39
39
40
40
ADMINS = (("Admin" , DEFAULT_FROM_EMAIL ),)
41
41
You can’t perform that action at this time.
0 commit comments