Skip to content

Commit

Permalink
Merge pull request #240 from meshery/patch-1
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
vishalvivekm authored Feb 6, 2025
2 parents 264c565 + 38ec8a0 commit e4155b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
## Join the Community!

<a name="contributing"></a><a name="community"></a>
Our projects are community-built and welcome collaboration. 👍 Be sure to see the <a href="https://layer5.io/community/newcomers">Layer5 Community Welcome Guide</a> for a tour of resources available to you and jump into our <a href="https://slack.meshery.io">Slack</a>!
Our projects are community-built and welcome collaboration. 👍 Be sure to see the <a href="https://docs.meshery.io/project/community#getting-involved-in-the-community">Meshery Community Welcome Guide</a> for a tour of resources available to you and jump into our <a href="https://slack.meshery.io">Slack</a>!

<p style="clear:both;">
<a href ="https://layer5.io/community/meshmates"><img alt="MeshMates" src=".github\readme\images\Layer5-MeshMentors-new.png" style="margin-right:10px; margin-bottom:15px;" width="28%" align="left"/></a>
<h3>Find your MeshMate</h3>

<p>MeshMates are experienced Layer5 community members, who will help you learn your way around, discover live projects and expand your community network.
<p>MeshMates are experienced community members, who will help you learn your way around, discover live projects and expand your community network.
Become a <b>Meshtee</b> today!</p>

Find out more on the <a href="https://layer5.io/community">Layer5 community</a>. <br />
Find out more on the <a href="https://meshery.io/contributors">Layer5 community</a>. <br />
<br /><br /><br /><br />
</p>

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ back Meshery project security vulnerabilities. We investigate every report thoro

## Reporting a vulnerability
To make a report, send an email to the private
[security[email protected]](mailto:security[email protected])
[security@meshery.dev](mailto:security@meshery.dev)
mailing list with the vulnerability details. For normal product bugs
unrelated to latent security vulnerabilities, please head to
the appropriate repository and submit a [new issue](../../issues/new/choose).
Expand Down
6 changes: 3 additions & 3 deletions site/src/components/Navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ setScroll((window.scrollY || window.pageYOffset) > 50)

useEffect(() => {
const CLOUD_USER_API =
"https://meshery.layer5.io/api/identity/users/profile";
"https://cloud.layer5.io/api/identity/users/profile";
const fetchData = async () => {
try {
const token = getCookieValue("provider_token");
Expand Down Expand Up @@ -127,7 +127,7 @@ setScroll((window.scrollY || window.pageYOffset) > 50)
rel="noreferrer"
target="_blank"
className="drop-item"
href={`https://meshery.layer5.io/user/${userData.id}`}
href={`https://cloud.layer5.io/user/${userData.id}`}
>
<CloudIcon /> Cloud
</a>
Expand All @@ -143,7 +143,7 @@ setScroll((window.scrollY || window.pageYOffset) > 50)
href="/"
onClick={() => {
removeCookie("token");
window.open("https://meshery.layer5.io/logout", "_blank");
window.open("https://cloud.layer5.io/logout", "_blank");

// Refresh the current page
window.location.reload();
Expand Down
4 changes: 2 additions & 2 deletions site/src/components/SignupForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,15 @@ The Meshery Playground is connected to live Kubernetes cluster(s) and allows use
<label htmlFor='privacy-statement' className='form-field-privacy'>
By clicking “submit”, you agree to Meshery's
<a
href='https://meshery.layer5.io/legal/terms-of-service.html'
href='https://cloud.layer5.io/legal/terms-of-service.html'
target='_blank'
rel='noopener noreferrer'>
{' '}
terms of use
</a>
,
<a
href='https://meshery.layer5.io/legal/privacy-policy.html'
href='https://cloud.layer5.io/legal/privacy-policy.html'
target='_blank'
rel='noopener noreferrer'>
{' '}
Expand Down

0 comments on commit e4155b9

Please sign in to comment.