From a9e09d436a6ec549e8dba5330df747ba1cf8aa3a Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 23 Jan 2019 10:28:48 +0900 Subject: [PATCH] doc: use "/current/" in URL path From the next major release, the current documentation will be located in the "/docs/current/" subdirectory. This makes it easier to provide canonical links to the latest version of the documentation (similar to how the main PostgreSQL documentation is organised). Once the following major release is available, the documentation will be moved to a subdirectory with the version number, e.g. "/docs/4.3/". --- FAQ.md | 4 +++- doc/appendix-packages.sgml | 4 ++-- doc/bdr-failover.md | 2 +- doc/changes-in-repmgr4.md | 2 +- doc/install-packages.sgml | 4 ++-- doc/upgrading-from-repmgr3.md | 2 +- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/FAQ.md b/FAQ.md index 1e596b02..eb379470 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,8 +1,10 @@ FAQ - Frequently Asked Questions about repmgr ============================================= -The repmgr 4 FAQ is located here: [repmgr FAQ (Frequently Asked Questions)](https://repmgr.org/docs/4.0/appendix-faq.html "repmgr FAQ") +The repmgr 4 FAQ is located here: [repmgr FAQ (Frequently Asked Questions)](https://repmgr.org/docs/current/appendix-faq.html "repmgr FAQ") The repmgr 3.x FAQ can be found here: https://github.com/2ndQuadrant/repmgr/blob/REL3_3_STABLE/FAQ.md + +Note that repmgr 3.x is no longer supported. diff --git a/doc/appendix-packages.sgml b/doc/appendix-packages.sgml index f9fe414b..bebbb15a 100644 --- a/doc/appendix-packages.sgml +++ b/doc/appendix-packages.sgml @@ -64,7 +64,7 @@ Repository documentation: - https://repmgr.org/docs/4.2/installation-packages.html#INSTALLATION-PACKAGES-REDHAT-2NDQ + https://repmgr.org/docs/current/installation-packages.html#INSTALLATION-PACKAGES-REDHAT-2NDQ @@ -276,7 +276,7 @@ Repository documentation: - https://repmgr.org/docs/4.2/installation-packages.html#INSTALLATION-PACKAGES-DEBIAN + https://repmgr.org/docs/current/installation-packages.html#INSTALLATION-PACKAGES-DEBIAN diff --git a/doc/bdr-failover.md b/doc/bdr-failover.md index c390674c..e1063d48 100644 --- a/doc/bdr-failover.md +++ b/doc/bdr-failover.md @@ -4,5 +4,5 @@ BDR failover with repmgrd This document has been integrated into the main `repmgr` documentation and is now located here: -> [BDR failover with repmgrd](https://repmgr.org/docs/4.0/repmgrd-bdr.html) +> [BDR failover with repmgrd](https://repmgr.org/docs/current/repmgrd-bdr.html) diff --git a/doc/changes-in-repmgr4.md b/doc/changes-in-repmgr4.md index 017308ce..56fe02c6 100644 --- a/doc/changes-in-repmgr4.md +++ b/doc/changes-in-repmgr4.md @@ -4,4 +4,4 @@ Changes in repmgr 4 This document has been integrated into the main `repmgr` documentation and is now located here: -> [Release notes](https://repmgr.org/docs/4.0/release-4.0.html) +> [Release notes](https://repmgr.org/docs/current/release-4.0.html) diff --git a/doc/install-packages.sgml b/doc/install-packages.sgml index d946140a..05dd76b2 100644 --- a/doc/install-packages.sgml +++ b/doc/install-packages.sgml @@ -47,7 +47,7 @@ 2ndQuadrant public RPM yum repository - Beginning with repmgr 4.0.5, + Beginning with repmgr 4.0.5, 2ndQuadrant provides a dedicated yum public repository for 2ndQuadrant software, including &repmgr;. We recommend using this for all future &repmgr; releases. @@ -163,7 +163,7 @@ $ yum install repmgr10 2ndQuadrant public apt repository for Debian/Ubuntu - Beginning with repmgr 4.0.5, + Beginning with repmgr 4.0.5, 2ndQuadrant provides a public apt repository for 2ndQuadrant software, including &repmgr;. diff --git a/doc/upgrading-from-repmgr3.md b/doc/upgrading-from-repmgr3.md index 97e6b654..3e22cd2a 100644 --- a/doc/upgrading-from-repmgr3.md +++ b/doc/upgrading-from-repmgr3.md @@ -4,6 +4,6 @@ Upgrading from repmgr 3 This document has been integrated into the main `repmgr` documentation and is now located here: -> [Upgrading from repmgr 3.x](https://repmgr.org/docs/4.0/upgrading-from-repmgr-3.html) +> [Upgrading from repmgr 3.x](https://repmgr.org/docs/current/upgrading-from-repmgr-3.html)