From 9f71065d40a9569d1794dc9400f2404cbbb5218f Mon Sep 17 00:00:00 2001 From: Mattias van den Belt Date: Tue, 30 Nov 2021 10:48:00 +0100 Subject: [PATCH] Fix external DS theme link --- docs/developer-docs/latest/development/admin-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/latest/development/admin-customization.md b/docs/developer-docs/latest/development/admin-customization.md index 4f4e991175..62ca85fdf5 100644 --- a/docs/developer-docs/latest/development/admin-customization.md +++ b/docs/developer-docs/latest/development/admin-customization.md @@ -245,7 +245,7 @@ To disable notifications about new Strapi releases, set the `config.notification To extend the theme, use the `config.theme` key. ::: strapi Strapi Parts! theme -The default [Strapi Parts! theme](https://github.com/strapi/parts/tree/master/packages/strapi-parts/src/themes) defines various theme-related keys (shadows, colors…) that can be updated through the `config.theme` key in `./admin/src/app.js`. +The default [Strapi Parts! theme](https://github.com/strapi/design-system/tree/develop/packages/strapi-design-system/src/themes) defines various theme-related keys (shadows, colors…) that can be updated through the `config.theme` key in `./admin/src/app.js`. :::