From c02cfc04b822d5bd5d211db1ad26390c66832a00 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Tue, 2 Jul 2019 17:51:57 -0700 Subject: [PATCH] Update schema.json The old links are out-of-date since Sass's website revamp. --- packages/schematics/angular/ng-new/schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/schematics/angular/ng-new/schema.json b/packages/schematics/angular/ng-new/schema.json index 3dd03342a57a..4c4e3a1b2b57 100644 --- a/packages/schematics/angular/ng-new/schema.json +++ b/packages/schematics/angular/ng-new/schema.json @@ -130,10 +130,10 @@ "type": "list", "items": [ { "value": "css", "label": "CSS" }, - { "value": "scss", "label": "SCSS [ http://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax ]" }, - { "value": "sass", "label": "Sass [ http://sass-lang.com/documentation/file.INDENTED_SYNTAX.html ]" }, - { "value": "less", "label": "Less [ http://lesscss.org ]" }, - { "value": "styl", "label": "Stylus [ http://stylus-lang.com ] " } + { "value": "scss", "label": "SCSS [ https://sass-lang.com/documentation/syntax ]" }, + { "value": "sass", "label": "Sass [ https://sass-lang.com/documentation/syntax ]" }, + { "value": "less", "label": "Less [ http://lesscss.org ]" }, + { "value": "styl", "label": "Stylus [ http://stylus-lang.com ] " } ] }, "x-user-analytics": 5