Relative paths result in false broken link #29
Labels
No labels
bug
docs
duplicate
enhancement
good first issue
help wanted
question
type: js
type: ruby
unsure
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dan/siteinspector#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When using any relative link structures, the scan will generate a false broken link. It appears that siteinspector is attempting to follow the path relative to its own root rather than the root of the site that it is looking at.
For example, scanning
domain.comwith a relative link tohref="./css_folder/styles.css"will result in a broken link report pointing tositeinspector-host.local/css_folder/styles.css.