Skip to content

Commit 5e33d62

Browse files
committed
link pub page
1 parent 280173c commit 5e33d62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/language/macros.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ It generates two members, a `toJson` serialization method,
4343
and a `fromJson` deserialization constructor.
4444

4545
[experiment flag]: /tools/experiment-flags
46-
[`JsonCodable`]: {{site.repo.dart.sdk}}/tree/main/pkg/json
46+
[`JsonCodable`]: {{site.pub-pkg}}/json/versions/0.20.0
47+
{{site.repo.dart.sdk}}/tree/main/pkg/json
4748
[channel]: /get-dart/#release-channels
4849

4950
### Set up the experiment
@@ -151,7 +152,7 @@ treatment of null and generics, and more, check out [the README][].
151152
:::
152153

153154
[the definition of `JsonCodable`]: {{site.repo.dart.sdk}}/blob/master/pkg/json/lib/json.dart
154-
[the README]: {{site.repo.dart.sdk}}/blob/main/pkg/json/README.md
155+
[the README]: {{site.pub-pkg}}/json/versions/0.20.0
155156

156157
## The macros language feature
157158

0 commit comments

Comments
 (0)