Skip to content

Commit 056b222

Browse files
phobotFxKu
authored andcommitted
fix relative links to manifest files (#655)
[minimal](../manifests/minimal-postgres-manifest.yaml) and the [complete](../manifests/complete-postgres-manifest.yaml) Links don't work as the manifests directory is higher in the structure.
1 parent abdb003 commit 056b222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/cluster_manifest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Individual Postgres clusters are described by the Kubernetes *cluster manifest*
44
that has the structure defined by the `postgresql` CRD (custom resource
55
definition). The following section describes the structure of the manifest and
66
the purpose of individual keys. You can take a look at the examples of the
7-
[minimal](../manifests/minimal-postgres-manifest.yaml)
7+
[minimal](../../manifests/minimal-postgres-manifest.yaml)
88
and the
9-
[complete](../manifests/complete-postgres-manifest.yaml)
9+
[complete](../../manifests/complete-postgres-manifest.yaml)
1010
cluster manifests.
1111

1212
When Kubernetes resources, such as memory, CPU or volumes, are configured,

0 commit comments

Comments
 (0)