This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d35826  docs: fix `mailto` tag (#1057)
1d35826 is described below

commit 1d358266742a1b77769cad25c9b4a200e9a017ca
Author: Xinda <[email protected]>
AuthorDate: Wed Mar 23 07:41:43 2022 +0800

    docs: fix `mailto` tag (#1057)
    
    fix `mailto` tag
---
 config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.toml b/config.toml
index f23b287..0551c9a 100644
--- a/config.toml
+++ b/config.toml
@@ -175,7 +175,7 @@ desc = "Development takes place here!"
 #        desc = "Chat with other project developers"
 [[params.links.developer]]
 name = "Subscribe to mailing list"
-url = "mailto://[email protected]";
+url = "mailto:[email protected]";
 icon = "fa fa-envelope"
 desc = "Discuss development issues around the project"
 

Reply via email to