codethechange / codethechange.github.io

Stanford Code the Change's website.
https://codethechange.stanford.edu
MIT License
0 stars 2 forks source link

Prepend Email Addresses with `mailto:` #25

Closed U8NWXD closed 5 years ago

U8NWXD commented 5 years ago

Many emails in our data JSON do not start with mailto:, so they are made relative links. For example me@example.com becomes http://codethechange.stanford.edu/me@example.com. To fix this, we add mailto: to the start of any email address that doesn't already have it.

Resolves #22