From fb3a7078dc5562cd4eb205c72d8f45e9ec029eb0 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 19 May 2016 14:49:58 -0400 Subject: [PATCH] docs(CONTRIBUTING): update contributing with new directory name references #6491 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 323fecfe18..a9eb87a7fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ Looking for an issue to fix? Make sure to look through our issues with the [help - Install the linter: `gem install scss_lint` - Make sure to run the linter at the root of the repository. - To check all component Sass files: `scss-lint ionic/**/**/*.scss` - - To check a specific Sass file: `scss-lint ionic/components/toolbar/toolbar.ios.scss` + - To check a specific Sass file: `scss-lint src/components/toolbar/toolbar.ios.scss` #### Viewing Changes @@ -87,7 +87,7 @@ Looking for an issue to fix? Make sure to look through our issues with the [help #### Adding Demos 1. Create or modify the demo in the `demos/` folder. -2. If it is new, link to the demo in the component's TypeScript (`*.ts`) file (under `ionic/components`) by adding a link to it in the documentation using `@demo`, for example: +2. If it is new, link to the demo in the component's TypeScript (`*.ts`) file (under `src/components`) by adding a link to it in the documentation using `@demo`, for example: ``` /**