Skip to content

Commit 7b70d5f

Browse files
committed
fix: update footer discussion forum link to actual forum URL
Changed footer link from non-existent anchor to actual forum. This fixes the 404 error when clicking Discussion Forum. Signed-off-by: Shubham Bobade <bobadeshubham0699@gmail.com>
1 parent d2e5d75 commit 7b70d5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

site/src/components/Footer/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ 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/#discussion-forums">
101+
<a className="title-link" href="https://discuss.layer5.io">
102102
Community
103103
</a>
104104
</h3>
105105
<ul className="section-categories">
106106
<li>
107-
<a className="category-link" href="https://meshery.io/community/#discussion-forums">
107+
<a className="category-link" href="https://discuss.layer5.io">
108108
Discussion Forum
109109
</a>
110110
</li>

0 commit comments

Comments
 (0)