Skip to content

Commit d7bec76

Browse files
committed
Fix up links between readmes/sub-packages
1 parent d14169a commit d7bec76

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,29 @@
33
Provides [source_gen] `Generator`s to create code for JSON serialization and
44
deserialization.
55

6-
## [json_serializable]
6+
## json_serializable
7+
8+
* Package: https://pub.dartlang.org/packages/json_serializable
9+
* [Source code](json_serializable)
710

811
The core package providing Generators for JSON-specific tasks.
912

1013
Import it into your pubspec `dev_dependencies:` section.
1114

12-
## [json_annotation]
15+
## json_annotation
16+
17+
* Package: https://pub.dartlang.org/packages/json_annotation
18+
* [Source code](json_annotation)
1319

1420
The annotation package which has no dependencies.
1521

1622
Import it into your pubspec `dependencies:` section.
1723

18-
## [example]
24+
## example
25+
26+
* [Source code](example)
1927

20-
A simple example showing how to setup and use [json_serializable] and
21-
[json_annotation].
28+
An example showing how to setup and use `json_serializable` and
29+
`json_annotation`.
2230

23-
[json_serializable]: https://github.com/dart-lang/json_serializable/blob/master/json_serializable/README.md
24-
[json_annotation]: https://github.com/dart-lang/json_serializable/blob/master/json_annotation/README.md
25-
[example]: https://github.com/dart-lang/json_serializable/blob/master/example/README.md
2631
[source_gen]: https://pub.dartlang.org/packages/source_gen

json_annotation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ See the [example] to understand how to configure your package.
77

88
Please file feature requests and bugs at the [issue tracker][tracker].
99

10-
[example]: https://github.com/dart-lang/json_serializable/blob/master/example/README.md
10+
[example]: https://github.com/dart-lang/json_serializable/blob/master/example
1111
[tracker]: https://github.com/dart-lang/json_serializable/issues
1212
[json_serializable]: https://pub.dartlang.org/packages/json_serializable

json_serializable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ abstract class _$PersonSerializerMixin {
8181
}
8282
```
8383

84-
[example]: https://github.com/dart-lang/json_serializable/blob/master/example/README.md
84+
[example]: https://github.com/dart-lang/json_serializable/blob/master/example
8585
[source_gen]: https://pub.dartlang.org/packages/source_gen

0 commit comments

Comments
 (0)