Skip to content

Commit 498a483

Browse files
committed
community links updated
1 parent 03a53a5 commit 498a483

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const Footer = () => (
178178
</li>
179179
<li>
180180
<a
181-
href="https://solace.community"
181+
href="https://community.solace.com/"
182182
target="_blank"
183183
rel="noopener noreferrer"
184184
>

src/components/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const Header = ({ siteTitle }) => (
4040
Tutorials
4141
</Nav.Link>
4242
<Nav.Link
43-
href="https://solace.community/"
43+
href="https://community.solace.com/"
4444
target="_blank"
4545
rel="noopener noreferrer"
4646
>

src/components/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Resources = (props) => {
2323
</a>
2424
</Col>
2525
<Col xs={12} sm={12} md={6} lg={4} xl={4} xxl={3} className="mt4 mb3">
26-
<a href="https://solace.community/">
26+
<a href="https://community.solace.com/">
2727
<div className="custom-card">
2828
<div className="title">Developer Community</div>
2929
<div className="desc">Technical community for PubSub+.</div>

0 commit comments

Comments
 (0)