web commit by http://madduck.myopenid.com/: remove comment about relative links always using ../, which is not true
parent
0336d6708d
commit
4707f556a7
|
@ -14,10 +14,7 @@ filenames:
|
||||||
> mistaken for a scheme name. Such a segment must be preceded by
|
> mistaken for a scheme name. Such a segment must be preceded by
|
||||||
> a dot-segment (e.g., "./this:that") to make a relative- path reference.
|
> a dot-segment (e.g., "./this:that") to make a relative- path reference.
|
||||||
|
|
||||||
on the other hand, with `usedirs`, any link to another page will be prepended
|
The solution seems not to use colons.
|
||||||
by `../` anyway, so that makes them okay again.
|
|
||||||
|
|
||||||
The solution still seems not to use colons.
|
|
||||||
|
|
||||||
In any case, `htmlscrubber` should get a new regexp, courtesy of dato:
|
In any case, `htmlscrubber` should get a new regexp, courtesy of dato:
|
||||||
`[^:]+($|\/)`. I have tested and verified this.
|
`[^:]+($|\/)`. I have tested and verified this.
|
||||||
|
|
Loading…
Reference in New Issue