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 6b7e6859b14fb6b7551b8df736b43ffc0379a9cd Author: Piotr Narajowski <[email protected]> AuthorDate: Thu Apr 17 15:39:17 2025 +0200 community: use hosted Slack Icon Use hosted Slack Icon file. instead of externally loaded. The Icon wasn't properly displayed. --- custom-theme/community.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom-theme/community.html b/custom-theme/community.html index 143bad08a5..dc3816636e 100644 --- a/custom-theme/community.html +++ b/custom-theme/community.html @@ -19,7 +19,7 @@ <p text-center><a href="mailto:[email protected]">Unsubscribe</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> + <p> <a href="{{ config.extra.slack_url }}"><img src="/img/add_to_slack.png" alt="Slack Icon" title="Join our Slack Community" /></a></p> </div> </div> <div class="col-md-4 mailing-list"> @@ -56,11 +56,11 @@ <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. + <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> <br>
