From 2fece6e0da43584fe1d12faec4b6a254e604f77a Mon Sep 17 00:00:00 2001 From: Marsup Date: Fri, 13 Feb 2015 08:32:09 +0000 Subject: [PATCH] Fix bad anchor in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45760234d..dc8251ca1 100755 --- a/README.md +++ b/README.md @@ -389,7 +389,7 @@ var schema = Joi.number().unit('milliseconds'); #### `any.options(options)` Overrides the global `validate()` options for the current key and any sub-key where: -- `options` - an object with the same optional keys as [`Joi.validate(value, schema, options, callback)`](#joivalidatevalue-schema-options-callback). +- `options` - an object with the same optional keys as [`Joi.validate(value, schema, options, callback)`](#validatevalue-schema-options-callback). ```javascript var schema = Joi.any().options({ convert: false });