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

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git

commit 4add44130114fadedd752f06402a20e33bfe0273
Author: Wojciech Pietraszewski <[email protected]>
AuthorDate: Tue Apr 30 18:39:04 2024 +0200

    site/docs/custom-theme: Update community
    
    Fixes hyperlinks to external pages
    for better navigation by opening
    them in new browser tabs.
---
 custom-theme/community.html | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/custom-theme/community.html b/custom-theme/community.html
index 15820a0882..143bad08a5 100644
--- a/custom-theme/community.html
+++ b/custom-theme/community.html
@@ -17,7 +17,7 @@
                 <div class="mailing-list-title text-center">
                     <p><a 
href="mailto:[email protected]";>Subscribe</a></p>
                     <p text-center><a 
href="mailto:[email protected]";>Unsubscribe</a></p>
-                  <p> <a 
href="http://mail-archives.apache.org/mod_mbox/mynewt-dev/";>Mail archives</a> 
</p>
+                  <p> <a 
href="https://mail-archives.apache.org/mod_mbox/mynewt-dev/"; 
target="_blank">Mail archives</a> </p>
                   <p> Find us on Slack:</p>
                   <p> <a href="{{ config.extra.slack_url }}"><img 
src="https://www.countit.com/images/add_to_slack.png"; alt="Slack Icon" 
title="Join our Slack Community" /></a></p>
                 </div>
@@ -31,7 +31,7 @@
                 <div class="mailing-list-title text-center">
                   <p><a 
href="mailto:[email protected]";>Subscribe</a></p>
                   <p><a 
href="mailto:[email protected]";>Unsubscribe</a></p>
-                  <p> <a 
href="http://mail-archives.apache.org/mod_mbox/mynewt-commits/";>Mail 
archives</a> </p>
+                  <p> <a 
href="https://mail-archives.apache.org/mod_mbox/mynewt-commits/"; 
target="_blank">Mail archives</a> </p>
                </div>
         </div>
         <div class="col-md-4 mailing-list">
@@ -43,7 +43,7 @@
                 <div class="mailing-list-title text-center">
                    <p><a 
href="mailto:[email protected]";>Subscribe</a></p>
                    <p><a 
href="mailto:[email protected]";>Unsubscribe</a></p>
-                   <p> <a 
href="http://mail-archives.apache.org/mod_mbox/mynewt-notifications/";>Mail 
archives</a> </p>
+                   <p> <a 
href="https://mail-archives.apache.org/mod_mbox/mynewt-notifications/"; 
target="_blank">Mail archives</a> </p>
                 </div>
   </div>
 </div>
@@ -54,15 +54,16 @@
 
                 <p> It is easy! Simply send an email to the dev@ mailing list 
introducing yourself and the Apache Mynewt community will welcome you. If you 
have questions, sending an email to this list is the fastest way of getting an 
answer. </p>
 
-                <p> If you want to browse the code, <a 
href="https://github.com/apache/mynewt-core/tree/develop";>Mynewt Core Repo</a> 
is the best place to start.
+                <p> If you want to browse the code, <a 
href="https://github.com/apache/mynewt-core";>Mynewt Core Repo</a> is the best 
place to start.
 
                 <p> If you wish to contribute code, a quick look at the <a 
href="https://cwiki.apache.org/confluence/display/MYNEWT/Contributing+to+Apache+Mynewt";>
 recommended steps </a> should help.  
 
                 <h3>Bug Submission and Issue Tracking</h3>
                 <p> Issues, features, improvements, and wish-lists are now 
tracked on the <a href="https://github.com/apache/mynewt-core/issues";>Mynewt 
Core Github Repo</a>. New issues will be marked with the appropriate label by a 
committer who will review them. </p>
               
-                <p> If you are a contributor and wish to work on a change, 
it's always a good idea to introduce the change in the dev@ mailing list before 
submitting a pull request into the github mirror for your change. </p>
+                <p> If you are a contributor and wish to work on a change, 
it's always a good idea to introduce the change in the dev@ mailing list before 
submitting a pull request into the GitHub mirror for your change. </p>
 <br>
 
 </div>
 </div>
+</div>

Reply via email to