mirror of
https://github.com/tildeclub/tilde.club.git
synced 2026-03-10 13:10:19 +00:00
Remove extra spaces from links
The GitHub markdown parser works with a space between the [] and the () for links but most other Markdown parsers don't
This commit is contained in:
10
faq.md
10
faq.md
@@ -14,12 +14,12 @@
|
||||
|
||||
## How did this get started?
|
||||
|
||||
[The origin story is here] (http://tilde.club/~ford/) along with a bunch of other stuff.
|
||||
[The origin story is here](http://tilde.club/~ford/) along with a bunch of other stuff.
|
||||
|
||||
## What else? Not much for now.
|
||||
- [Waitlist is here] (http://goo.gl/forms/gRMRT1YBU4)
|
||||
- [Skillswap is here] ( http://goo.gl/forms/LT2bDgtmwH)
|
||||
- [Github is here] (https://github.com/ftrain/tilde.club)
|
||||
- [Webring is here] (http://tilde.club/~harper/link.html?action=join)
|
||||
- [Waitlist is here](http://goo.gl/forms/gRMRT1YBU4)
|
||||
- [Skillswap is here](http://goo.gl/forms/LT2bDgtmwH)
|
||||
- [Github is here](https://github.com/ftrain/tilde.club)
|
||||
- [Webring is here](http://tilde.club/~harper/link.html?action=join)
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user