Skip to content

Commit f80e9e4

Browse files
authored
fix: Slack link fixed on the contribute page (#4519)
* Bug fix: Slack link fixed on the contribute page * precommit issue fixed
1 parent 91d857d commit f80e9e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/templates/contribute.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,9 @@ <h3 class="text-2xl font-semibold mb-4">Coding Style Guide</h3>
352352
Github activity can be seen in Slack <strong>#blt-github</strong>.
353353
</li>
354354
<li>
355-
Communicate with us on slack <strong>#project-blt</strong> <a href="#" target="_blank" class="text-blue-500 hover:underline">Join OWASP Slack Channel</a>
355+
Communicate with us on slack <strong>#project-blt</strong> <a href="https://join.slack.com/share/enQtOTQxMjcyOTU0NzkxMS0xNGQwNzQ0ZjcyZDQ4NDM2MDc4YWE5NzlmOWRiNDdhMzcxZmU2YjgwMDE3NDJiOGM1ZGVlYjAxOTE3NTlkNDli"
356+
target="_blank"
357+
class="text-blue-500 hover:underline">Join OWASP Slack Channel</a>
356358
</li>
357359
</ul>
358360
<h3 class="text-2xl font-semibold mt-8 mb-4">Development</h3>

0 commit comments

Comments
 (0)