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.
Many emails in our data JSON do not start with
mailto:
, so they are made relative links. For exampleme@example.com
becomeshttp://codethechange.stanford.edu/me@example.com
. To fix this, we addmailto:
to the start of any email address that doesn't already have it.Resolves #22