Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong link tag attribute in documentation #222

Closed
oscarni opened this issue Aug 23, 2019 · 1 comment · Fixed by #229
Closed

Wrong link tag attribute in documentation #222

oscarni opened this issue Aug 23, 2019 · 1 comment · Fixed by #229
Labels
bug Something isn't working documentation

Comments

@oscarni
Copy link
Contributor

oscarni commented Aug 23, 2019

Shouldn't it be href instead of src in the link-tag you add to index?
https://zonkyio.github.io/ember-web-app/docs/getting-started/installation

Now:

<link rel="manifest" src="{{rootURL}}manifest.webmanifest" />

Should be:

<link rel="manifest" href="{{rootURL}}manifest.webmanifest" />

See https://developer.mozilla.org/en-US/docs/Web/Manifest#Deploying_a_manifest_with_the_link_tag

@bobisjan
Copy link
Contributor

@oscarni thanks for report, and yes, it should be href instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants