Hacker News new | ask | show | jobs
by deaddodo 2234 days ago
It's URL relative.

Example, for "http://mysite.com/dir/page1.html":

    * Relative:     "../other_dir/page2.html"
    * URL relative: "/other_dir/page2.html"
    * Absolute:     "http://mysite.com/other_dir/page2.html"