Skip to content

Commit 4f2fac9

Browse files
Merge pull request #83 from kishore08-07/broken-links
fixed links in footer
2 parents a533e48 + 4182178 commit 4f2fac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/Footer/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Footer = () => {
4545
<li>
4646
<a
4747
className="category-link"
48-
href="https://github.com/meshery/play"
48+
href="https://github.com/meshery-extensions/shape-builder"
4949
>
5050
<img src={GithubIcon} alt="GitHub Icon" />
5151
Github
@@ -98,7 +98,7 @@ const Footer = () => {
9898
</div>
9999
<div className="footer-links community">
100100
<h3 className="section-title">
101-
<a className="title-link" href="https://meshery.io/community">
101+
<a className="title-link" href="https://meshery.io/community/#discussion-forums">
102102
Community
103103
</a>
104104
</h3>

0 commit comments

Comments
 (0)