From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-08-24 15:19:28


On Aug 24, 2004, at 2:51 PM, Thorsten Ottosen wrote:

> Hi,
>
> When I link to the documentation of other libraries, would I have to
> use full address
>
> http://www.boost.org/doc/html/ref.html
>
> or can I simply do
>
> ../../lib-name/index.html ?

You should probably use ../../../doc/html/lib-name.html; it'll be
resolved properly when documentation is available, and there should be
forwarding HTML documents from there to the online documentation for
each library.

        Doug