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

.html extension not respected by html-proofer #364

Closed
kbariotis opened this issue Nov 9, 2016 · 2 comments
Closed

.html extension not respected by html-proofer #364

kbariotis opened this issue Nov 9, 2016 · 2 comments

Comments

@kbariotis
Copy link

In a generated Jekyll site there is a file press.html in the root directory. Another file links to it by:

<a href="/press">Press</a>

still html-proofer says:

*  internally linking to /press, which does not exist (line 109)
     <a href="/press">Press</a>
@gjtorikian
Copy link
Owner

Try passing in assume_extension as an option: https://github.com/gjtorikian/html-proofer#configuration

@kbariotis
Copy link
Author

oh great @gjtorikian. that was it! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants