diff --git a/doc/material-dsp.md b/doc/material-dsp.md index 2b78beb8f..806317537 100644 --- a/doc/material-dsp.md +++ b/doc/material-dsp.md @@ -55,7 +55,7 @@ It is possible to configure the import process. The _UnoDspImportColors_ item fo ## Generating a custom color palette and exporting it as a JSON file -1. Navigate to the [Material Theme Builder](https://m3.material.io/theme-builder#/custom) and select the colors you want to use for your application. +1. Navigate to the [Material Theme Builder](https://aka.platform.uno/uno-material-themebuilder) and select the colors you want to use for your application. 2. Locate the _Export_ button and pick the _Material Theme (JSON)_ format. ![Export Button](assets/material-theme-builder-export1.png) ![DSP Selection](assets/material-theme-builder-export2.png) diff --git a/doc/material-getting-started.md b/doc/material-getting-started.md index 7e3e9b237..6bd0c0297 100644 --- a/doc/material-getting-started.md +++ b/doc/material-getting-started.md @@ -149,9 +149,9 @@ The following guides require the creation of new `ResourceDictionary` files in y ### Color Overrides using _Material Theme Builder_ and DSP format -It is possible to use the [Material Theme Builder](https://m3.material.io/theme-builder#/custom) to generate a custom color palette derived from your own basic colors. The generated palette is provided in the [DSP format](https://m3.material.io/styles/color/the-color-system/color-dsp) and can be used to override the default Uno Material colors. +It is possible to use the [Material Theme Builder](https://aka.platform.uno/uno-material-themebuilder) to generate a custom color palette derived from your own basic colors. The generated palette is provided in the [DSP format](https://m3.material.io/styles/color/the-color-system/color-dsp) and can be used to override the default Uno Material colors. -The tooling required to generate the _Material Colors Override_ file from a DSP package (zip file) will be present by default when creating an Uno Platform application with support for Uno Material from the Wizard. +The tooling required to generate the _Material Colors Override_ file from a theme file (JSON file) will be present by default when creating an Uno Platform application with support for Uno Material from the Wizard. ![Wizard - Theme Selection](assets/material-theme-selection-wizard.png)