Skip to content

Commit 3772525

Browse files
author
Jeff McCormick
committed
update docs
1 parent 9dd85cc commit 3772525

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.asciidoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ pgo create database myrestore --backup-pvc=mypvc --backup-path=foo-backups/2017-
7474
pgo show pvc mypvc
7575
----
7676

77+
Details on the *pgo* commands are found in the
78+
link:docs/user-guide.asciidoc[User Guide]
79+
7780

7881
# postgres-operator Container
7982

@@ -86,10 +89,10 @@ image::docs/operator-diagram.png?raw=true[]
8689

8790
The operator funtionality runs in a Pod deployed to your
8891
Kubernetes cluster. The *postgres-operator* Docker container
89-
is available on Dockerhub link:https://hub.docker.com/r/crunchydata/postgres-operator/.
92+
is available on link:https://hub.docker.com/r/crunchydata/postgres-operator/[Dockerhub].
9093

9194
You can also build the Docker image for *postgres-operator* using
92-
the build instructions below.
95+
the build instructions link:docs/build.asciidoc[Build and Setup].
9396

9497
# Command Line Interface
9598

@@ -99,7 +102,7 @@ and reacts to.
99102

100103
You can download a pre-built *pgo* CLI binary from
101104
the Releases page on the github repository or build
102-
it yourself using the build instructions below.
105+
it yourself using the build instructions.
103106

104107

105108
# Build and Setup Instructions

0 commit comments

Comments
 (0)