From acc5c18ba375aa982e5b834a65d95db2f4bee36b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 6 Feb 2014 14:38:14 -0800 Subject: [PATCH] Remove trailing slashes --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd0cc474d..2fa832cee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ in the proper package's repository. * Follow the [CoffeeScript](#coffeescript-styleguide), [JavaScript](https://github.com/styleguide/javascript), and [CSS](https://github.com/styleguide/css) styleguides - * Include thoughtfully worded [Jasmine](http://pivotal.github.com/jasmine/) + * Include thoughtfully worded [Jasmine](http://pivotal.github.com/jasmine) specs * Avoid placing files in `vendor`. 3rd-party packages should be added as a `package.json` dependency. @@ -64,8 +64,8 @@ in the proper package's repository. ## Documentation Styleguide -* Use [TomDoc](http://tomdoc.org/). -* Use [Markdown](https://daringfireball.net/projects/markdown/). +* Use [TomDoc](http://tomdoc.org). +* Use [Markdown](https://daringfireball.net/projects/markdown). * Reference classes with `{ClassName}` style notation. * Reference methods with `{ClassName.methodName}` style notation. * Delegate to comments elsewhere with `{Delegates to: ClassName.methodName}`