From e29d4c3ef4c2c61b438076cfe288d01acc02033e Mon Sep 17 00:00:00 2001 From: Iurii Kucherov Date: Tue, 7 Jul 2015 23:50:17 +0300 Subject: [PATCH] Fix links inside CONTRIBUTING.md --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c03f7122..08e35b24 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,7 +80,7 @@ duplication of work, and help you to craft the change so that it is successfully project. * **Small Changes** can be crafted and submitted to the [GitHub Repository][github] as a Pull Request. - *[Website](https://developers.google.com/web/mdl/) related issues should be filed on the [Web Fundamentals](https://github.com/google/WebFundamentals/issues/new) issue tracker.* + *[Website](http://www.getmdl.io/) related issues should be filed on the [Web Fundamentals](https://github.com/google/WebFundamentals/issues/new) issue tracker.* ## Submission Guidelines @@ -143,7 +143,7 @@ Before you submit your pull request consider the following guidelines: * Run the full Material Design Lite test suite (`gulp test`), and ensure that all tests pass. * Avoid checking in files that shouldn't be tracked (e.g `node_modules`, `gulp-cache`, `.tmp`, `.idea`). We recommend using a [global](#global-gitignore) gitignore for this. -* Make sure **not** to include a recompiled version of the files found in `/css` and `/js` as part of your PR. We will generate these automatically. +* Make sure **not** to include a recompiled version of the files found in `/css` and `/js` as part of your PR. We will generate these automatically. * Commit your changes using a descriptive commit message. ```shell @@ -207,11 +207,11 @@ from the main (upstream) repository: ## Coding Rules -We generally follow the [Google JavaScript style guide](js-style-guide) with a few minor exceptions documented in our -[JSCS configuration.](jscs-config). +We generally follow the [Google JavaScript style guide][js-style-guide] with a few minor exceptions documented in our +[JSCS configuration.][jscs-config]. [JSCS](http://jscs.info) is a tool for linting code against a style guide and has plugins available for both editors and build tools. Should -you find that you would prefer to automatically format your code to match our style guide, you can use the JSCS [autoformatting](autoformatting) +you find that you would prefer to automatically format your code to match our style guide, you can use the JSCS [autoformatting][autoformatting] feature. ## Signing the CLA