Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c72c0f3

Browse files
authoredMar 27, 2025··
fixed the Twitter and Zulip and previous mess-ups (#133)
Signed-off-by: Nachiket <nachiket.roy.2@gmail.com>
1 parent a0fcd33 commit c72c0f3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎frontend/src/app/components/footer-bar/footer-bar.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ <h5 class="mh-footer-bar-contents-right_links_list_header">ABOUT</h5>
2424
</div>
2525
<div class="mh-footer-bar-contents-right_links_list">
2626
<h5 class="mh-footer-bar-contents-right_links_list_header">NETWORK</h5>
27-
<a class="mh-external-link mh-footer-bar-contents-right_links_links_list_link" href="https://twitter.com/microcksio" target="_blank" rel="noopener noreferrer">Twitter</a>
27+
<a class="mh-external-link mh-footer-bar-contents-right_links_links_list_link" href="https://x.com/microcksio" target="_blank" rel="noopener noreferrer">X</a>
2828
<a class="mh-external-link mh-footer-bar-contents-right_links_links_list_link" href="https://bsky.app/profile/microcks.io" target="_blank" rel="noopener noreferrer">Bluesky</a>
2929
<a class="mh-external-link mh-footer-bar-contents-right_links_links_list_link" href="https://mastodon.social/@microcksio" target="_blank" rel="noopener noreferrer">Mastodon</a>
3030
<a class="mh-external-link mh-footer-bar-contents-right_links_links_list_link" href="https://www.linkedin.com/company/microcks/" target="_blank" rel="noopener noreferrer">LinkedIn</a>
3131
<a class="mh-external-link mh-footer-bar-contents-right_links_links_list_link" href="https://www.youtube.com/c/Microcks" target="_blank" rel="noopener noreferrer">YouTube</a>
3232
<a class="mh-external-link mh-footer-bar-contents-right_links_links_list_link" href="https://github.com/microcks" target="_blank" rel="noopener noreferrer">GitHub</a>
3333
<a class="mh-external-link mh-footer-bar-contents-right_links_links_list_link" href="https://github.com/microcks/community-mocks/issues" target="_blank" rel="noopener noreferrer">File an issue on GitHub</a>
3434
<a class="mh-external-link mh-footer-bar-contents-right_links_links_list_link" href="https://discord.com/invite/JA4rbcGzk7" target="_blank" rel="noopener noreferrer">Join us on Discord</a>
35-
<a class="mh-external-link mh-footer-bar-contents-right_links_links_list_link" href="https://microcksio.zulipchat.com" target="_blank" rel="noopener noreferrer">Join us on Zulip</a>
3635
</div>
3736
</div>
3837
</div>

‎server/documentation/submit-your-api-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Your changes and Pull Requests should only deal with one package at a time. If a
5858

5959
Once your PR is approved it will first go through an automated verification process and then an human review. Your manifest will be checked for syntax, completeness and functional links to your own repository. Any enhancements or modification requests will be discussed in the PR. Upon success we will merge it and your contribution is complete.
6060

61-
Congratulations! You’ve gone through the whole process of contributing an API package to the Hub.Microcks.io. Please tell us about your experience on the [Microcks Zulip Chat](https://microcksio.zulipchat.com) or through an issue of the [Community Mocks Repository](https://github.com/microcks/community-mocks/issues). We would be happy to discuss how to enhance it!
61+
Congratulations! You’ve gone through the whole process of contributing an API package to the Hub.Microcks.io. Please tell us about your experience on the [Microcks Discord Chat](https://discord.com/invite/JA4rbcGzk7) or through an issue of the [Community Mocks Repository](https://github.com/microcks/community-mocks/issues). We would be happy to discuss how to enhance it!

0 commit comments

Comments
 (0)
Please sign in to comment.