From 73525b35cb3e552aa7c5716978bf4f4736efbaea Mon Sep 17 00:00:00 2001 From: Beau Gunderson Date: Tue, 7 Oct 2014 21:31:58 -0700 Subject: [PATCH] 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 --- faq.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/faq.md b/faq.md index 8bb487f..b340c76 100644 --- a/faq.md +++ b/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) ##