Skip to content

Commit edfa564

Browse files
Fix broken DartPad link in "The Dart type system" section (#5587)
This PR fixes the DartPad link in "The Dart type system" section so that it opens up the correct DartPad link instead of a "Page Not Found" error page. Fixes #5585
1 parent c22e762 commit edfa564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/language/type-system.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void main() {
7373
}
7474
```
7575

76-
[Try it in DartPad]({{site.dartpad}}/25074a51a00c71b4b000f33b688dedd0).
76+
[Try it in DartPad]({{site.dartpad}}/?id=25074a51a00c71b4b000f33b688dedd0).
7777

7878
## What is soundness?
7979

0 commit comments

Comments
 (0)