Skip to content

Commit fb107bd

Browse files
authored
Migrate deprecation warnings to sass-lang short links (#1796)
1 parent 5393754 commit fb107bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/src/parse/stylesheet.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ abstract class StylesheetParser extends Parser {
13931393
"@-moz-document is deprecated and support will be removed in Dart "
13941394
"Sass 2.0.0.\n"
13951395
"\n"
1396-
"For details, see http://bit.ly/MozDocument.",
1396+
"For details, see https://sass-lang.com/d/moz-document.",
13971397
span: span,
13981398
deprecation: true);
13991399
}

lib/src/visitor/async_evaluate.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ class _EvaluateVisitor
12431243
throw SassFormatException(
12441244
"compound selectors may no longer be extended.\n"
12451245
"Consider `@extend ${compound.components.join(', ')}` instead.\n"
1246-
"See http://bit.ly/ExtendCompound for details.\n",
1246+
"See https://sass-lang.com/d/extend-compound for details.\n",
12471247
targetText.span);
12481248
}
12491249

lib/src/visitor/evaluate.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// DO NOT EDIT. This file was generated from async_evaluate.dart.
66
// See tool/grind/synchronize.dart for details.
77
//
8-
// Checksum: 1481489206d9df595860ec2e1c44729bd8928b90
8+
// Checksum: c70a4193cc291f298f601a5cc371be9eac71fb74
99
//
1010
// ignore_for_file: unused_import
1111

@@ -1245,7 +1245,7 @@ class _EvaluateVisitor
12451245
throw SassFormatException(
12461246
"compound selectors may no longer be extended.\n"
12471247
"Consider `@extend ${compound.components.join(', ')}` instead.\n"
1248-
"See http://bit.ly/ExtendCompound for details.\n",
1248+
"See https://sass-lang.com/d/extend-compound for details.\n",
12491249
targetText.span);
12501250
}
12511251

0 commit comments

Comments
 (0)