Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 4055474

Browse files
crisbetoThomasBurleson
authored andcommitted
chore(docs): dangling link warning, anchor to method
* Fixes a dangling link warning when running the docs locally. * Adds an anchor to the relevant method. Closes #9184
1 parent af923e2 commit 4055474

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/Theming/01_introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ custom version of the `angular-material.css` file using SASS and custom
1313
variables.
1414

1515
> <b>Note:</b> The Material Theming system provides the
16-
[`$mdThemingProvider.setNonce()`](./api/service/$mdThemingProvider) method to meet the
16+
[`$mdThemingProvider.setNonce()`](/api/service/$mdThemingProvider#setNonce) method to meet the
1717
requirements of a CSP-policy enabled application.
1818

1919
<img src="https://cloud.githubusercontent.com/assets/210413/4816236/bf7783dc-5edd-11e4-88ef-1f8b6e87e1d7.png" alt="color palette" style="max-width: 100%;">
@@ -23,7 +23,7 @@ variables.
2323
Angular Material makes it easy to design an app which follows the Material style
2424
guide's suggested design patterns:
2525

26-
> Limit your selection of colors by choosing three color hues from the primary palette and one accent color
26+
> Limit your selection of colors by choosing three color hues from the primary palette and one accent color
2727
> from the secondary palette. The accent color may or may not need fallback options.
2828
2929
This concept is central to how Angular Material approaches theming.
@@ -62,7 +62,7 @@ palettes from the material design spec built in. Valid palettes include:
6262
### Color Intentions
6363

6464
A color intention is a mapping of a palette for a given intention within your
65-
application.
65+
application.
6666

6767
Valid color intentions in Angular Material include:
6868

0 commit comments

Comments
 (0)