From 33776bf5e183319e792cb7e39c504d9279c70c0e Mon Sep 17 00:00:00 2001 From: Pierre Wizla Date: Thu, 16 Jun 2022 17:00:21 +0200 Subject: [PATCH] Fix broken links to codebase (tag 3.6.10) --- docs/developer-docs/latest/guides/custom-admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/latest/guides/custom-admin.md b/docs/developer-docs/latest/guides/custom-admin.md index a1bbf04d88..43fb7d995c 100644 --- a/docs/developer-docs/latest/guides/custom-admin.md +++ b/docs/developer-docs/latest/guides/custom-admin.md @@ -102,7 +102,7 @@ To be able to see the update, you will need to have a Content Type that has a `d Then you will have to investigate into the [`strapi-plugin-content-manager`](https://github.com/strapi/strapi/tree/master/packages/strapi-plugin-content-manager) package to find the file that is used to format the date for the list view. -Here is the [Row component](https://github.com/strapi/strapi/blob/master/packages/strapi-plugin-content-manager/admin/src/components/CustomTable/Row.js) which requires a [dedicated file](https://github.com/strapi/strapi/blob/master/packages/strapi-plugin-content-manager/admin/src/utils/dateFormats.js) to modify the date display. +Here is the [Row component](https://github.com/strapi/strapi/blob/v3.6.10/packages/strapi-plugin-content-manager/admin/src/components/CustomTable/Row/index.js) which requires a [dedicated file](https://github.com/strapi/strapi/blob/v3.6.10/packages/strapi-plugin-content-manager/admin/src/utils/dateFormats.js) to modify the date display. ### Eject the file