-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The actual text displayed the mailto: which looked a little funky.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,7 +110,7 @@ Returns the current runner. It is of type [Dancer2::Core::Runner](https://metacp | |
# SECURITY REPORTS | ||
|
||
If you need to report a security vulnerability in Dancer2, send all pertinent | ||
information to [mailto:[email protected]](mailto:[email protected]). These matters are taken | ||
information to [[email protected]](mailto:[email protected]). These matters are taken | ||
extremely seriously, and will be addressed in the earliest timeframe possible. | ||
|
||
# SUPPORT | ||
|
@@ -141,6 +141,7 @@ We are also on IRC: #dancer on irc.perl.org. | |
## CORE DEVELOPERS EMERITUS | ||
|
||
David Golden | ||
Steven Humphrey | ||
|
||
## CONTRIBUTORS | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -233,7 +233,7 @@ Returns the current runner. It is of type L<Dancer2::Core::Runner>. | |
=head1 SECURITY REPORTS | ||
If you need to report a security vulnerability in Dancer2, send all pertinent | ||
information to L<mailto:[email protected]>. These matters are taken | ||
information to L<[email protected]|mailto:[email protected]>. These matters are taken | ||
extremely seriously, and will be addressed in the earliest timeframe possible. | ||
=head1 SUPPORT | ||
|