Skip to content

Commit 7c536e3

Browse files
committed
Update cluster-example.yaml link in hasura-graphql blogpost
Signed-off-by: Adrian Wang <[email protected]>
1 parent 4044dd6 commit 7c536e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/hasura-graphql/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ architecture with a primary database node and two replicas. We can simply
6565
apply the example manifest included with CloudNativePG:
6666

6767
``` sh
68-
$ kubectl apply -f https://cloudnative-pg.io/documentation/1.20/samples/cluster-example.yaml
68+
$ kubectl apply -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/refs/heads/release-1.20/docs/src/samples/cluster-example.yaml
6969
cluster.postgresql.cnpg.io/cluster-example created
7070
```
7171

0 commit comments

Comments
 (0)