From 4e7c9ee34dc3127d0a4f14620bf7dfbf6eb3fa4c Mon Sep 17 00:00:00 2001 From: Arman Date: Wed, 16 Dec 2020 16:41:16 +0300 Subject: [PATCH] chore(docs): typescript link (#1184) --- docs/extending.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending.md b/docs/extending.md index 0ab60bcd6..d7129e2e8 100644 --- a/docs/extending.md +++ b/docs/extending.md @@ -43,7 +43,7 @@ yup.addMethod(yup.date, 'format', parseDateFromFormats); Note that `addMethod` isn't magic, it mutates the prototype of the passed in schema. > Note: if you are using TypeScript you also need to adjust the class or interface -> see the [typescript](./typescript) docs for details. +> see the [typescript](./typescript.md) docs for details. ## Creating new Schema types