[
https://issues.apache.org/jira/browse/HBASE-22048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16793010#comment-16793010
]
Rishabh Jain commented on HBASE-22048:
--------------------------------------
[~psomogyi]
IMO, since we are not providing any protocol in the href tag, it will by
default appended to the website URL since it will consider it as a relative
path instead of absolute path. For example,
{{<a href="large.php">sample text</a> }}
What that relative URL will do is tell the browser to look in the current
folder for a file named {{large.php}} and will resolve to this URL:
{{http://example.com/products/red-product/large.php}}.
So, I was thinking to make every email as mailto:<email_address> in root pom.
Please let me know if you think any other approach.
> Incorrect email links on website
> --------------------------------
>
> Key: HBASE-22048
> URL: https://issues.apache.org/jira/browse/HBASE-22048
> Project: HBase
> Issue Type: Bug
> Components: website
> Reporter: Peter Somogyi
> Assignee: Rishabh Jain
> Priority: Minor
> Labels: beginner
>
> Project members email addresses has incorrect link.
> [https://hbase.apache.org/team.html]
> Instead of [[email protected]|mailto:[email protected]] it points to
> [https://hbase.apache.org/[email protected]]
> This change might be related to ASF parent pom upgrade which changed the
> maven-project-info-reports-plugin version.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)