diff --git a/lib/src/parse/stylesheet.dart b/lib/src/parse/stylesheet.dart index e5aa1263c..5398bb885 100644 --- a/lib/src/parse/stylesheet.dart +++ b/lib/src/parse/stylesheet.dart @@ -1393,7 +1393,7 @@ abstract class StylesheetParser extends Parser { "@-moz-document is deprecated and support will be removed in Dart " "Sass 2.0.0.\n" "\n" - "For details, see http://bit.ly/MozDocument.", + "For details, see https://sass-lang.com/d/moz-document.", span: span, deprecation: true); } diff --git a/lib/src/visitor/async_evaluate.dart b/lib/src/visitor/async_evaluate.dart index 7bb3d2ca3..cb0c9f6d3 100644 --- a/lib/src/visitor/async_evaluate.dart +++ b/lib/src/visitor/async_evaluate.dart @@ -1243,7 +1243,7 @@ class _EvaluateVisitor throw SassFormatException( "compound selectors may no longer be extended.\n" "Consider `@extend ${compound.components.join(', ')}` instead.\n" - "See http://bit.ly/ExtendCompound for details.\n", + "See https://sass-lang.com/d/extend-compound for details.\n", targetText.span); } diff --git a/lib/src/visitor/evaluate.dart b/lib/src/visitor/evaluate.dart index 67b238d64..22228e44e 100644 --- a/lib/src/visitor/evaluate.dart +++ b/lib/src/visitor/evaluate.dart @@ -5,7 +5,7 @@ // DO NOT EDIT. This file was generated from async_evaluate.dart. // See tool/grind/synchronize.dart for details. // -// Checksum: 1481489206d9df595860ec2e1c44729bd8928b90 +// Checksum: c70a4193cc291f298f601a5cc371be9eac71fb74 // // ignore_for_file: unused_import @@ -1245,7 +1245,7 @@ class _EvaluateVisitor throw SassFormatException( "compound selectors may no longer be extended.\n" "Consider `@extend ${compound.components.join(', ')}` instead.\n" - "See http://bit.ly/ExtendCompound for details.\n", + "See https://sass-lang.com/d/extend-compound for details.\n", targetText.span); }