Skip to content

Commit 081f02d

Browse files
authored
Merge pull request #270 from shri33/fix/16152-discussion-link-play
Fix: Update discussion forum URL to correct domain
2 parents bf408b6 + abdbfd5 commit 081f02d

File tree

1 file changed

+1
-1
lines changed
  • site/src/components/Discuss-Callout

1 file changed

+1
-1
lines changed

site/src/components/Discuss-Callout/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const DiscussCallout = () => {
99
<div className="explain">
1010
<div className="cards">
1111
<div className="card">
12-
<a href="http://discuss.meshery.io/">
12+
<a href="http://discuss.meshery.io/" target="_blank">
1313
<div className="parentcard">
1414
<div className="section-title">
1515
<h2>Join the Conversation</h2>

0 commit comments

Comments
 (0)