Link to 8.0 documentation

Started by eleinabout 21 years ago2 messagesdocs
Jump to latest
#1elein
elein@varlena.com

From the website, the link to the
documentation is at:
http://borg.postgresql.org/docs/8.0/static/

This is a different form than it used to be, iirc.
It used to use "current".
Are we expecting to use this form going forward
or are the docs going to be moved to an
URL not containing the release number?

I want to be sure to link to the right URL
when referencing the documentation and/or
be prepared if/when it moves back to "current".

--elein
elein@varlena.com
============================================================
elein@varlena.com Varlena, LLC www.varlena.com

PostgreSQL Consulting, Support & Training

PostgreSQL General Bits http://www.varlena.com/GeneralBits/
=============================================================
I have always depended on the [QA] of strangers.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: elein (#1)
Re: Link to 8.0 documentation

elein@varlena.com (elein) writes:

From the website, the link to the
documentation is at:
http://borg.postgresql.org/docs/8.0/static/

This is a different form than it used to be, iirc.
It used to use "current".

AFAICT the scheme hasn't changed: both of these forms still work:

http://www.postgresql.org/docs/8.0/static/
http://www.postgresql.org/docs/current/static/

"current" has always been just a symlink to the active version number.

regards, tom lane