Skip to content

Commit 1572850

Browse files
authored
Merge pull request #12 from 19majkel94/patch-1
Fix fieldConfig estimator readme url
2 parents 55dc4ba + 63b393d commit 1572850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ or write your own:
7474
last estimator in the chain for a default value.
7575
* **[`directiveEstimator`](src/estimators/directive/README.md):** Set the complexity via a directive in your
7676
schema definition (for example via GraphQL SDL)
77-
* **[`fieldConfigEstimator`](src/estimators/simple/README.md):** The field config estimator lets you set a numeric value or a custom estimator
77+
* **[`fieldConfigEstimator`](src/estimators/fieldConfig/README.md):** The field config estimator lets you set a numeric value or a custom estimator
7878
function in the field config of your schema.
7979
* **[`legacyEstimator`](src/estimators/legacy/README.md):** The legacy estimator implements the logic of previous versions. Can be used
8080
to gradually migrate your codebase to new estimators.

0 commit comments

Comments
 (0)