You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The *postgres-operator* design incorporates the following concepts -
39
39
* provides a command line client (*pgo*) and REST API for interfacing with the postgres-operator
40
40
* provides for very customized deployments including container resources, storage configurations, and PostgreSQL custom configurations
41
41
42
-
More design information is found on the link:/how-it-works/[How It Works] page.
42
+
More design information is found on the link:https://crunchydata.github.io/postgres-operator/how-it-works/[How It Works] page.
43
43
44
44
== Requirements
45
45
@@ -61,14 +61,14 @@ This Operator is developed and tested on the following operating systems but is
61
61
62
62
== Installation
63
63
64
-
To build and deploy the Operator on your Kubernetes system, follow the instructions documented on the link:/installation/[Installation] page.
64
+
To build and deploy the Operator on your Kubernetes system, follow the instructions documented on the link:https://crunchydata.github.io/postgres-operator/installation/[Installation] page.
65
65
66
-
If you're seeking to upgrade your existing Operator installation, please visit the link:/installation/upgrading-the-operator/[Upgrading the Operator] page.
66
+
If you're seeking to upgrade your existing Operator installation, please visit the link:https://crunchydata.github.io/postgres-operator/installation/upgrading-the-operator/[Upgrading the Operator] page.
67
67
68
68
== Configuration
69
69
70
-
The operator is template-driven; this makes it simple to configure both the client and the operator. The configuration options are documented on the link:/installation/configuration/[Configuration] page.
70
+
The operator is template-driven; this makes it simple to configure both the client and the operator. The configuration options are documented on the link:https://crunchydata.github.io/postgres-operator/installation/configuration/[Configuration] page.
71
71
72
72
== Getting Started
73
73
74
-
*postgres-operator* commands are documented on the link:/getting-started/[Getting Started] page.
74
+
*postgres-operator* commands are documented on the link:https://crunchydata.github.io/postgres-operator/getting-started/[Getting Started] page.
0 commit comments