web commit by http://madduck.myopenid.com/: remove comment about relative links always using ../, which is not true

master
Joey Hess 2008-02-29 13:47:48 -05:00
parent 0336d6708d
commit 4707f556a7
1 changed files with 1 additions and 4 deletions

View File

@ -14,10 +14,7 @@ filenames:
> 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.
on the other hand, with `usedirs`, any link to another page will be prepended
by `../` anyway, so that makes them okay again.
The solution still seems not to use colons.
The solution seems not to use colons.
In any case, `htmlscrubber` should get a new regexp, courtesy of dato:
`[^:]+($|\/)`. I have tested and verified this.