Skip to content

Commit 471623f

Browse files
committed
Use href attribute in documentation
1 parent e72cbed commit 471623f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dummy/app/templates/docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Ember should install the addon, add a `config/manifest.js` file, and insert HTML
1010

1111
```html
1212
<head>
13-
<link rel="manifest" src="{{rootURL}}manifest.webmanifest" />
13+
<link rel="manifest" href="{{rootURL}}manifest.webmanifest" />
1414
<meta name="msapplication-config" content="{{rootURL}}browserconfig.xml" />
1515
</head>
1616
```

0 commit comments

Comments
 (0)