Open fulldecent opened 2 weeks ago
If built page includes a match:
m/href="[^"]+.html"/
which doesn't also match:
m@://@
then that is an error.
Or in normal English: you must not link to relative HTML files with the .html extension.
If built page includes a match:
which doesn't also match:
then that is an error.
Or in normal English: you must not link to relative HTML files with the .html extension.