Skip to content

Commit f36f1da

Browse files
authored
Fix broken null safety DartPad links (#3759)
1 parent 139cad8 commit f36f1da

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

src/null-safety/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,5 +390,5 @@ A few notes that are worth highlighting:
390390

391391
## Resources
392392

393-
* [DartPad with Null Safety](https://nullsafety.dartpad.dev)
393+
* [DartPad with Null Safety]({{site.dartpad}})
394394
* [Sound null safety](/null-safety)

src/null-safety/index.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@ int? aNullableInt = null;
3232
You can
3333
[use null safety](#enable-null-safety) in your normal development environment,
3434
[migrate existing code][migration guide] to use null safety,
35-
enable null safety in [DartPad]({{site.dartpad}}),
36-
or learn about null safety using
37-
[DartPad with Null Safety][nullsafety.dartpad.dev]
38-
(shown in the following screenshot).
39-
40-
![Screenshot of DartPad in null-safe mode](/null-safety/dartpad-snippet.png)
35+
or try null safety in [DartPad]({{site.dartpad}}).
4136

4237
For an interactive, example-driven introduction to null safety language features,
4338
see the [null safety codelab][Null safety codelab].
@@ -135,7 +130,7 @@ For more information about null safety, see the following resources:
135130
* [Understanding null safety][]
136131
* [Migration guide for existing code][migration guide]
137132
* [Null safety FAQ][]
138-
* [DartPad with null safety][nullsafety.dartpad.dev]
133+
* [DartPad with null safety]({{site.dartpad}})
139134
* [Null safety sample code][calculate_lix]
140135
* [Null safety tracking issue][110]
141136
* [Dart blog][]
@@ -147,6 +142,5 @@ For more information about null safety, see the following resources:
147142
[migration guide]: /null-safety/migration-guide
148143
[Null safety FAQ]: /null-safety/faq
149144
[Null safety codelab]: /codelabs/null-safety
150-
[nullsafety.dartpad.dev]: https://nullsafety.dartpad.dev
151145
[Understanding null safety]: /null-safety/understanding-null-safety
152146

0 commit comments

Comments
 (0)