Skip to content

Commit ada1e82

Browse files
authored
Merge pull request #1513 from unoplatform/docs/fix.material.link
docs: fix material getting started link
2 parents f0dd9a6 + 9e3d406 commit ada1e82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: doc/material-dsp.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Is it possible to automate the creation of the Material Design color palette? Ye
1717
> ColorOverrideSource="ms-appx:///PROJECT_NAME/Styles/Application/MaterialColorsOverride.xaml" />
1818
> ```
1919
>
20-
> More details [In the _Manual Color Overrides_ section of the Getting Started page](xref:uno.themes.material.getstarted)
20+
> More details [In the _Manual Color Overrides_ section of the Getting Started page](xref:Uno.Themes.Material.GetStarted)
2121
2222
## The Uno.Dsp.Tasks NuGet package
2323
@@ -65,9 +65,9 @@ It is possible to configure the import process. The _UnoDspImportColors_ item fo
6565

6666
## More flexibility
6767

68-
This will generate the file at each build, potentially overriding any changes you made to the file. If you want to keep it that way, you can simply remove the `ColorPaletteOverride.json` file from the `Styles` folder, the file won't get overwritten anymore.
68+
Using `Uno.Dsp.Tasks` will generate the file at each build, potentially overriding any changes you made to it. If you want to keep it that way, you can remove the `ColorPaletteOverride.json` file from the `Styles` folder so it won't get overwritten.
6969

70-
Alternatively, you can also use the [Uno.Dsp.Cli](https://nuget.org/packages/Uno.Dsp.Cli) package to generate the file from the command line. This will allow you to generate the file only when you want to, and not at each build.
70+
Alternatively, you can use the [Uno.Dsp.Cli](https://nuget.org/packages/Uno.Dsp.Cli) package to generate the file from the command line. This tool allows you to generate the file only when desired rather than during every build.
7171

7272
> [!NOTE]
7373
> Although the **Material Theme Builder Tool** doesn't export **Material Tokens (DSP)** packages anymore, to import DSP packages just follow the same steps described previously and save the downloaded DSP zip file as `ColorPaletteOverride.zip` in the `Styles` folder of your application project.

0 commit comments

Comments
 (0)