[documentation] liks to other boost libs

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 ? Thanks Thorsten

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

"Thorsten Ottosen" <nesotto@cs.auc.dk> wrote in message news:cgg68f$mnq$1@sea.gmane.org...
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 do the latter, I think, so that the page will load from a local drive when appropriate. Jonathan
participants (3)
-
Doug Gregor
-
Jonathan Turkanis
-
Thorsten Ottosen