Skip to content

Commit

Permalink
Merge pull request #229 from zonkyio/href-attribute-fix
Browse files Browse the repository at this point in the history
Use href attribute in documentation
  • Loading branch information
bobisjan committed Sep 1, 2019
2 parents e72cbed + 471623f commit 7371ff4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Ember should install the addon, add a `config/manifest.js` file, and insert HTML

```html
<head>
<link rel="manifest" src="{{rootURL}}manifest.webmanifest" />
<link rel="manifest" href="{{rootURL}}manifest.webmanifest" />
<meta name="msapplication-config" content="{{rootURL}}browserconfig.xml" />
</head>
```
Expand Down

0 comments on commit 7371ff4

Please sign in to comment.