Skip to content

Commit 2a1a070

Browse files
Wo1v3rjelbourn
authored andcommitted
docs: fixed stylesheet path to match the relevant path that is produced by angular-cli (#3982)
1 parent 1da2b70 commit 2a1a070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Including a theme is **required** to apply all of the core and theme styles to y
6565
To get started with a prebuilt theme, include the following in your app's index.html:
6666

6767
```html
68-
<link href="node_modules/@angular/material/prebuilt-themes/indigo-pink.css" rel="stylesheet">
68+
<link href="../node_modules/@angular/material/prebuilt-themes/indigo-pink.css" rel="stylesheet">
6969
```
7070

7171
Note that your app's project structure may have a different relative location for your node_modules.

0 commit comments

Comments
 (0)