Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit d2553dc

Browse files
committed
fix broken links
1 parent f434f52 commit d2553dc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/cache-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ The cache normally obtains `__typename` information by adding the `__typename` f
154154

155155
### The `fields` Property
156156

157-
The final property within `TypePolicy` is the `fields` property, which is a map from string field names to `FieldPolicy` objects. For more information on this field, see [Customizing the behavior of cached fields](field-policies.md).
157+
The final property within `TypePolicy` is the `fields` property, which is a map from string field names to `FieldPolicy` objects.

docs/how-it-works.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@ Ferry is made up of several individual packages:
2626
| [![version][package:ferry_hive_store:version]][package:ferry_hive_store] | [package:ferry_hive_store][package:ferry_hive_store:source] | Hive implementation of `ferry_store` |
2727
| [![version][package:normalize:version]][package:normalize] | [package:normalize][package:normalize:source] | Normalization / denormalization of GraphQL data |
2828

29-
[package:ferry:source]: ./ferry
29+
[package:ferry:source]: https://github.com/gql-dart/ferry/tree/master/ferry
3030
[package:ferry]: https://pub.dartlang.org/packages/ferry
3131
[package:ferry:version]: https://img.shields.io/pub/v/ferry.svg?style=flat-square
32-
[package:ferry_cache:source]: ./ferry_cache
32+
[package:ferry_cache:source]: https://github.com/gql-dart/ferry/tree/master/ferry_cache
3333
[package:ferry_cache]: https://pub.dartlang.org/packages/ferry_cache
3434
[package:ferry_cache:version]: https://img.shields.io/pub/v/ferry_cache.svg?style=flat-square
35-
[package:ferry_exec:source]: ./ferry_exec
35+
[package:ferry_exec:source]: https://github.com/gql-dart/ferry/tree/master/ferry_exec
3636
[package:ferry_exec]: https://pub.dartlang.org/packages/ferry_exec
3737
[package:ferry_exec:version]: https://img.shields.io/pub/v/ferry_exec.svg?style=flat-square
38-
[package:ferry_flutter:source]: ./ferry_flutter
38+
[package:ferry_flutter:source]: https://github.com/gql-dart/ferry/tree/master/ferry_flutter
3939
[package:ferry_flutter]: https://pub.dartlang.org/packages/ferry_flutter
4040
[package:ferry_flutter:version]: https://img.shields.io/pub/v/ferry_flutter.svg?style=flat-square
41-
[package:ferry_generator:source]: ./ferry_generator
41+
[package:ferry_generator:source]: https://github.com/gql-dart/ferry/tree/master/ferry_generator
4242
[package:ferry_generator]: https://pub.dartlang.org/packages/ferry_generator
4343
[package:ferry_generator:version]: https://img.shields.io/pub/v/ferry_generator.svg?style=flat-square
44-
[package:ferry_store:source]: ./ferry_store
44+
[package:ferry_store:source]: https://github.com/gql-dart/ferry/tree/master/ferry_store
4545
[package:ferry_store]: https://pub.dartlang.org/packages/ferry_store
4646
[package:ferry_store:version]: https://img.shields.io/pub/v/ferry_store.svg?style=flat-square
47-
[package:ferry_hive_store:source]: ./ferry_hive_store
47+
[package:ferry_hive_store:source]: https://github.com/gql-dart/ferry/tree/master/ferry_hive_store
4848
[package:ferry_hive_store]: https://pub.dartlang.org/packages/ferry_hive_store
4949
[package:ferry_hive_store:version]: https://img.shields.io/pub/v/ferry_hive_store.svg?style=flat-square
5050
[package:normalize:source]: ./normalize

0 commit comments

Comments
 (0)