Skip to content

Commit a0aa118

Browse files
authored
Fix broken link in join-our-community (#387)
The mailto link to request slack access had a subject parameter with unencoded spaces. This properly URL-encodes the spaces.
1 parent 545e588 commit a0aa118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

building/tracks/new/join-our-community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
To help interact with other maintainers (and mentors), we have created a Slack workspace.
44
This is a great place to plan your track and to get help from other maintainers.
55
It is also the place where we'll regularly post updates on things we're working on.
6-
To get access to this workspace, please email [[email protected]](mailto:[email protected]?subject=Exercism Slack Access Request).
6+
To get access to this workspace, please email [[email protected]](mailto:[email protected]?subject=Exercism%20Slack%20Access%20Request).

0 commit comments

Comments
 (0)