From 0a2e86706142a5722139bd00eaf7a74f9e00594e Mon Sep 17 00:00:00 2001 From: Paul Cahoon Date: Mon, 10 Jun 2019 09:51:33 -0400 Subject: [PATCH] removed hard coded links as links will be generated via hugo generation --- .../Installation/install-with-ansible/prerequisites.md | 2 +- hugo/content/contributing/documentation-updates.md | 3 +-- hugo/content/gettingstarted/_index.md | 8 ++++---- hugo/themes/crunchy-hugo-theme | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/hugo/content/Installation/install-with-ansible/prerequisites.md b/hugo/content/Installation/install-with-ansible/prerequisites.md index 7e7107e5a5..ea412ebf84 100644 --- a/hugo/content/Installation/install-with-ansible/prerequisites.md +++ b/hugo/content/Installation/install-with-ansible/prerequisites.md @@ -217,7 +217,7 @@ database in a new PostgreSQL cluster is provisioned in the same zone as the node containing the PostgreSQL primary pod that will be using it. For instructions on setting up storage classes for multi-zone environments, see -the [PostgreSQL Operator Documentation](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/gettingstarted/design/designoverview/). +the [PostgreSQL Operator Documentation](/gettingstarted/design/designoverview/). ### Examples diff --git a/hugo/content/contributing/documentation-updates.md b/hugo/content/contributing/documentation-updates.md index 1e74f6462a..f6938cd009 100644 --- a/hugo/content/contributing/documentation-updates.md +++ b/hugo/content/contributing/documentation-updates.md @@ -7,8 +7,7 @@ weight: 901 ## Documentation -The [documentation website](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/) is generated using [Hugo](https://gohugo.io/) and -https://pages.github.com/)[GitHub Pages](). +The [documentation website](/) is generated using [Hugo](https://gohugo.io/). ## Hosting Hugo Locally (Optional) diff --git a/hugo/content/gettingstarted/_index.md b/hugo/content/gettingstarted/_index.md index dfc0ffc572..5a7b050683 100644 --- a/hugo/content/gettingstarted/_index.md +++ b/hugo/content/gettingstarted/_index.md @@ -6,11 +6,11 @@ weight: 2 --- If you are new to the Crunchy PostgreSQL Operator and interested in installing the Crunchy PostgreSQL Operator in your environment, please start here: - - [Installation via Bash](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/installation/operator-install/) - - [Installation via Ansible](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/installation/install-with-ansible/) + - [Installation via Bash](/installation/operator-install/) + - [Installation via Ansible](/installation/install-with-ansible/) If you have the Crunchy PostgreSQL Operator installed in your environment, and are interested in installation of the client interface, please start here: -- [PGO Client Install](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/installation/install-pgo-client/) +- [PGO Client Install](/installation/install-pgo-client/) 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: -- [PGO CLI Overview](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/operatorcli/pgo-overview/) \ No newline at end of file +- [PGO CLI Overview](/operatorcli/pgo-overview/) \ No newline at end of file diff --git a/hugo/themes/crunchy-hugo-theme b/hugo/themes/crunchy-hugo-theme index f22d501d4b..b492631089 160000 --- a/hugo/themes/crunchy-hugo-theme +++ b/hugo/themes/crunchy-hugo-theme @@ -1 +1 @@ -Subproject commit f22d501d4b481829642386888b289ab3ff004b07 +Subproject commit b492631089db85ce90295579a52063af566d6d57