Skip to content

Commit

Permalink
🦋 Validated
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Dec 5, 2024
1 parent e9e3494 commit bb7c52d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<br />
<a href="//x.com/marlinfirmware" target="_blank"><img src="https://img.shields.io/twitter/follow/MarlinFirmware" alt="@MarlinFirmware" /></a>
<a href="//fosstodon.org/@marlinfirmware" target="_blank"><img alt="Follow MarlinFirmware on Mastodon" src="https://img.shields.io/mastodon/follow/109450200866020466?domain=https%3A%2F%2Ffosstodon.org&logoColor=%2300B&style=social"></a>
<a href="//bsky.app/profile/marlinfirmware.bsky.social" target="_blank"><img alt="Follow MarlinFirmware on Bluesky" src="https://img.shields.io/badge/-Bluesky-3686f7?style=flat&logo=icloud&logoColor=white"></a>
<a href="//bsky.app/profile/marlinfw.org" target="_blank"><img alt="Follow MarlinFirmware on Bluesky" src="https://img.shields.io/badge/-Bluesky-3686f7?style=flat&logo=icloud&logoColor=white"></a>
</p>

## About
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ social:
links:
- https://fosstodon.org/@marlinfirmware
- https://x.com/marlinfirmware
- https://bsky.app/profile/marlinfirmware.bsky.social
- https://bsky.app/profile/marlinfw.org
- https://www.facebook.com/groups/1049718498464482/
- http://forums.reprap.org/list.php?415
- https://discord.com/servers/marlin-firmware-461605380783472640
Expand Down
2 changes: 1 addition & 1 deletion _development/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ There are now many community resources for users of Marlin. If you're looking fo
Marlin needs evangelists, enthusiasts, fans, and everyday users to tell everyone just how awesome Marlin is. Users and vendors may be wary of installing Marlin 2.0 on their trusty old and reliable hardware. Let them know that Marlin continues to evolve! And be sure to engage with Marlin's social feeds:
- [@MarlinFirmware@fosstodon.org](//fosstodon.org/@marlinfirmware)
- [@MarlinFirmare on X](//x.com/marlinfirmware)
- [@MarlinFirmare on Bluesky](//bsky.app/profile/marlinfirmware.bsky.social)
- [@MarlinFirmare on Bluesky](//bsky.app/profile/marlinfw.org)
### Nag Your Vendor
Some companies do a very poor job of deploying Marlin on their hardware. And a dark side of open source is that some vendors fail to honor the terms of our license which requires them to give you the exact Marlin source code for the firmware on your machine. We understand that companies want to be protective of their trade secrets, but our license terms are clear, and the years of work we have put into Marlin is a major foundation of these businesses. If your vendor is misbehaving, send them a polite message to remind them of your rights under the GPL and their obligation as beneficiaries of Open Source software.
Expand Down
4 changes: 2 additions & 2 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<li class="hidden-sm edit-page"><a href="{{ site.repository.doc }}/edit/master/{{ page.path }}" data-proofer-ignore><i class="fa fa-pen-to-square" aria-hidden="true"></i> <span>Edit Page</span></a></li>
{%- else %}
<li class="hidden-sm"><a class="btn btn-follow btn-block btn-med" href="//x.com/marlinfirmware" role="button"><span class="btn-text"><em class="fa-brands fa-x" aria-hidden="true"></em>&nbsp; Follow on X</span></a></li>
<li class="hidden-sm"><a class="btn btn-follow btn-block btn-med" href="//bsky.app/profile/marlinfirmware.bsky.social" role="button"><span class="btn-text"><em class="fa-brands fa-bluesky" aria-hidden="true"></em> Bluesky</span></a></li>
<li class="hidden-sm"><a class="btn btn-follow btn-block btn-med" href="//bsky.app/profile/marlinfw.org" role="button"><span class="btn-text"><em class="fa-brands fa-bluesky" aria-hidden="true"></em> Bluesky</span></a></li>
<li class="hidden-sm"><a class="btn btn-follow btn-block btn-med" href="//fosstodon.org/@marlinfirmware" role="button"><span class="btn-text"><em class="fa-brands fa-mastodon" aria-hidden="true"></em> Mastodon</span></a></li>
{%- endif %}
</ul>
Expand Down Expand Up @@ -139,7 +139,7 @@
<a class="btn btn-follow e-btn btn-block btn-lg" href="//x.com/marlinfirmware" role="button"><span class="e-btn-text"><em class="fa-brands fa-x" aria-hidden="true"></em>&nbsp; Follow on X</span></a>
</div>
<div class="row">
<a class="btn btn-follow e-btn btn-block btn-lg" href="//bsky.app/profile/marlinfirmware.bsky.social" role="button"><span class="e-btn-text"><em class="fa-brands fa-bluesky" aria-hidden="true"></em>&nbsp; Follow on Bluesky</span></a>
<a class="btn btn-follow e-btn btn-block btn-lg" href="//bsky.app/profile/marlinfw.org" role="button"><span class="e-btn-text"><em class="fa-brands fa-bluesky" aria-hidden="true"></em>&nbsp; Follow on Bluesky</span></a>
</div>
<div class="row">
<a class="btn btn-follow e-btn btn-block btn-lg" href="//fosstodon.org/@marlinfirmware" role="button"><span class="e-btn-text"><em class="fa-brands fa-mastodon" aria-hidden="true"></em>&nbsp; Follow on Mastodon</span></a>
Expand Down

0 comments on commit bb7c52d

Please sign in to comment.