Skip to content

Commit

Permalink
website: Enable 'www.gem5.org/join-slack' URL (#66)
Browse files Browse the repository at this point in the history
* website: Enable 'www.gem5.org/join-slack' URL

https://www.gem5.org/join-slack will re-direct to an invitation to join
the slack channel.

This is an easier link to pass around to the gem5 community.

* website: Update "Join our Slack" to use gem5.org URL

This means we only need to update one page if this invite link changes.
  • Loading branch information
BobbyRBruce authored Jul 12, 2023
1 parent 53a6aaa commit 7abf52d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions _pages/join-slack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: page
title: Join Slack
permalink: /join-slack/
---

<html>
<head>
<meta http-equiv="refresh" content="0; url='https://join.slack.com/t/gem5-workspace/shared_invite/zt-1c8go4yjo-LNb7l~BZ0FagwmVxX08y9g'" />
</head>
<body>
<p>You will be redirected to the gem5 Slack invite soon!</p>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<a href="https://github.com/gem5/gem5"><button type="button" class="btn btn-outline-primary">Source</button></a>
<a href="https://github.com/gem5/gem5/pulls"><button type="button" class="btn btn-outline-primary">Code Review</button></a>
<a href="https://arxiv.org/abs/2007.03152"><button type="button" class="btn btn-outline-primary">gem5-20+ paper</button></a>
<a href="https://join.slack.com/t/gem5-workspace/shared_invite/zt-1c8go4yjo-LNb7l~BZ0FagwmVxX08y9g"><button type="button" class="btn btn-outline-primary">Join our Slack</button></a>
<a href="https://www.gem5.org/join-slack"><button type="button" class="btn btn-outline-primary">Join our Slack</button></a>
<a href="https://www.youtube.com/channel/UCCpCGEj_835WYmbB0g96lZw"><button type="button" class="btn btn-outline-primary">gem5 Youtube</button></a>

<div class="testing-status">
Expand Down

0 comments on commit 7abf52d

Please sign in to comment.