Skip to content

Commit 6feef05

Browse files
authored
removed hard coded links as links will be generated via hugo generation (CrunchyData#814)
1 parent 38cdac0 commit 6feef05

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

hugo/content/Installation/install-with-ansible/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ database in a new PostgreSQL cluster is provisioned in the same zone as the node
217217
containing the PostgreSQL primary pod that will be using it.
218218

219219
For instructions on setting up storage classes for multi-zone environments, see
220-
the [PostgreSQL Operator Documentation](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/gettingstarted/design/designoverview/).
220+
the [PostgreSQL Operator Documentation](/gettingstarted/design/designoverview/).
221221

222222
### Examples
223223

hugo/content/contributing/documentation-updates.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ weight: 901
77

88
## Documentation
99

10-
The [documentation website](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/) is generated using [Hugo](https://gohugo.io/) and
11-
https://pages.github.com/)[GitHub Pages]().
10+
The [documentation website](/) is generated using [Hugo](https://gohugo.io/).
1211

1312
## Hosting Hugo Locally (Optional)
1413

hugo/content/gettingstarted/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ weight: 2
66
---
77

88
If you are new to the Crunchy PostgreSQL Operator and interested in installing the Crunchy PostgreSQL Operator in your environment, please start here:
9-
- [Installation via Bash](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/installation/operator-install/)
10-
- [Installation via Ansible](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/installation/install-with-ansible/)
9+
- [Installation via Bash](/installation/operator-install/)
10+
- [Installation via Ansible](/installation/install-with-ansible/)
1111

1212
If you have the Crunchy PostgreSQL Operator installed in your environment, and are interested in installation of the client interface, please start here:
13-
- [PGO Client Install](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/installation/install-pgo-client/)
13+
- [PGO Client Install](/installation/install-pgo-client/)
1414

1515
If you have the Crunchy PostgreSQL and Client Interface installed in your environment and are interested in guidance on the use of the Crunchy PostgreSQL Operator, please start here:
16-
- [PGO CLI Overview](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/operatorcli/pgo-overview/)
16+
- [PGO CLI Overview](/operatorcli/pgo-overview/)

0 commit comments

Comments
 (0)