File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ SdkDict getSdkDict(String sdk) {
42
42
}
43
43
44
44
final defaultLandingBlurbHtml =
45
- '<p class="text">Find and use packages to build <a href="/flutter">Flutter </a> and '
46
- '<a href="/web">web </a> apps with <a target="_blank" rel="noopener" href="${ urls . dartSiteRoot }">Dart</a> .</p>' ;
45
+ '<p class="text">Find and use packages to build <a href="/dart">Dart </a> and '
46
+ '<a href="/flutter">Flutter </a> apps.</p>' ;
47
47
48
48
final flutterLandingBlurbHtml =
49
49
'<p class="text"><a target="_blank" rel="noopener" href="https://flutter.dev/">Flutter<sup><small>↗</small></sup></a> '
Original file line number Diff line number Diff line change @@ -87,9 +87,8 @@ <h2 class="_visuallyhidden">Dart package manager</h2>
87
87
</ div >
88
88
</ div >
89
89
< p class ="text "> Find and use packages to build
90
- < a href ="/flutter "> Flutter</ a > and
91
- < a href ="/web "> web</ a > apps with
92
- < a target ="_blank " rel ="noopener " href ="https://dart.dev "> Dart</ a > .
90
+ < a href ="/dart "> Dart</ a > and
91
+ < a href ="/flutter "> Flutter</ a > apps.
93
92
</ p >
94
93
</ div >
95
94
</ div >
You can’t perform that action at this time.
0 commit comments