From 69bbca9c5cf115ea11f79bf424bfccedc18f7737 Mon Sep 17 00:00:00 2001 From: Roman Dubinin Date: Wed, 28 Sep 2022 23:14:25 +0700 Subject: [PATCH] Update link to ColorPicker input (again) --- docs/developer-docs/latest/development/custom-fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/latest/development/custom-fields.md b/docs/developer-docs/latest/development/custom-fields.md index c9bac2d7ab..14a2d3f2ce 100644 --- a/docs/developer-docs/latest/development/custom-fields.md +++ b/docs/developer-docs/latest/development/custom-fields.md @@ -199,7 +199,7 @@ register(app) { ::: ::: tip -The `Input` React component receives several props. The [`ColorPickerInput` file](https://github.com/strapi/strapi/blob/features/custom-fields/packages/plugins/color-picker/admin/src/components/ColorPicker/ColorPickerInput/index.js#L10-L21) in the Strapi codebase gives you an example of how they can be used. +The `Input` React component receives several props. The [`ColorPickerInput` file](https://github.com/strapi/strapi/blob/main/packages/plugins/color-picker/admin/src/components/ColorPicker/ColorPickerInput/index.js#L71-L82) in the Strapi codebase gives you an example of how they can be used. :::