Skip to content

Commit

Permalink
Merge pull request #199 from oliverhowell/master
Browse files Browse the repository at this point in the history
Fix community link
  • Loading branch information
oliverhowell authored Feb 28, 2024
2 parents e92eda2 + e5c7780 commit 804e7d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
<a class="navbar-item" href="https://training.hazelcast.com/" onclick="window.open(this.href,'_blank');return false;">Online Training</a>
<a class="navbar-item" href="https://hazelcast.com/hub/" onclick="window.open(this.href,'_blank');return false;">Integration Hub</a>
<a class="navbar-item" href="https://hazelcast.com/use-cases/" onclick="window.open(this.href,'_blank');return false;">Use Cases</a>
<a class="navbar-item" href="https://hazelcast.com/community/" onclick="window.open(this.href,'_blank');return false;">Community</a>
<a class="navbar-item" href="https://hazelcast.com/developers/" onclick="window.open(this.href,'_blank');return false;">Community</a>
<a class="navbar-item" href="https://hazelcastcommunity.slack.com/archives/C012G4ETWNB"onclick=""window.open(this.href,'_blank');return false;">Community Slack</a>
<a class="navbar-item" href="https://hazelcast.com/blog/" onclick="window.open(this.href,'_blank');return false;">Blog</a>
</div>
</div>
Expand Down

0 comments on commit 804e7d8

Please sign in to comment.