Skip to content

Commit 2ade771

Browse files
authored
Update README.md
Links should be secure
1 parent b8e1dfd commit 2ade771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Defines the logic for constructing and matching URLs for resources, collections
9292
The URL construction is used by both the Client (See [RoutingClient] for instance) and the Server libraries.
9393
The [StandardRouting] implements the [Recommended URL design].
9494

95-
[JSON:API]: http://jsonapi.org
95+
[JSON:API]: https://jsonapi.org
9696
[Sparse fieldsets]: https://jsonapi.org/format/#fetching-sparse-fieldsets
9797
[Inclusion of Related Resources]: https://jsonapi.org/format/#fetching-includes
9898
[Collection Pagination]: https://jsonapi.org/format/#fetching-pagination
@@ -139,4 +139,4 @@ The [StandardRouting] implements the [Recommended URL design].
139139

140140

141141
[RouteFactory]: https://pub.dev/documentation/json_api/latest/routing/RouteFactory-class.html
142-
[StandardRouting]: https://pub.dev/documentation/json_api/latest/routing/StandardRouting-class.html
142+
[StandardRouting]: https://pub.dev/documentation/json_api/latest/routing/StandardRouting-class.html

0 commit comments

Comments
 (0)