Skip to content

Commit 37d4323

Browse files
authored
Fix links to our documentation. (#641)
We don't use "latest" anymore because that might be confusion (latest stable version?), we use "master" now, the name of the git default branch.
1 parent 6c6091a commit 37d4323

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pg_auto_failover
22

33
[![Slack Status](http://slack.citusdata.com/badge.svg)](https://slack.citusdata.com)
4-
[![Documentation Status](https://readthedocs.org/projects/pg-auto-failover/badge/?version=latest)](https://pg-auto-failover.readthedocs.io/en/master/?badge=master)
4+
[![Documentation Status](https://readthedocs.org/projects/pg-auto-failover/badge/?version=master)](https://pg-auto-failover.readthedocs.io/en/master/?badge=master)
55

66
pg_auto_failover is an extension and service for PostgreSQL that monitors
77
and manages automated failover for a Postgres cluster. It is optimized for
@@ -53,7 +53,7 @@ authentication options.
5353
## Documentation
5454

5555
Please check out project
56-
[documentation](https://pg-auto-failover.readthedocs.io/en/latest/) for how
56+
[documentation](https://pg-auto-failover.readthedocs.io/en/master/) for how
5757
to guides and troubleshooting information.
5858

5959
## Installing pg_auto_failover from packages

0 commit comments

Comments
 (0)