mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-20 16:00:26 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@180 e7d03fd6-7b0d-0410-9947-9c21f3af8025
11 lines
475 B
Text
11 lines
475 B
Text
Q: The link "mailto:john@company.com?subject=Hello John" is reported
|
|
as an error.
|
|
A: You have to quote special characters (e.g. spaces) in the subject field.
|
|
The correct link should be "mailto:...?subject=Hello%20John"
|
|
Unfortunately browsers like IE and Netscape do not enforce this.
|
|
|
|
|
|
Q: I have a pretty large site to check. How can I restrict link checking
|
|
to check only my own pages?
|
|
A: Look at the options --intern, --extern, --strict and --recursion-level.
|
|
|