Skip to content

Commit 87375a5

Browse files
ValClarksonandrewlecuyer
authored andcommitted
updated broken links (CrunchyData#1053)
update links in the documenation that were giving 404 errors. I updated the design link in the configuration.md file. I also updated the pgo cli sntax and examples, design overview, and developing links in the index.md file. I updated the github repository link for contributing and fixed the link for namespace formatting reference on namespace.md and olm.md
1 parent cfe5c56 commit 87375a5

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

hugo/content/Configuration/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ command line flag.
121121

122122
## Namespace Configuration
123123

124-
The Design [Design](/Design) section of this documentation talks further about
124+
The Design [Design](/gettingstarted/design) section of this documentation talks further about
125125
the use of namespaces within the Operator and configuring different
126126
deployment models of the Operator.
127127

hugo/content/Installation/operator-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Operator follows a golang project structure, you can create a structure as f
3131
cd $HOME/odev/src/github.com/crunchydata
3232
git clone https://github.com/CrunchyData/postgres-operator.git
3333
cd postgres-operator
34-
git checkout 4.1.0
34+
git checkout v4.1.0
3535

3636

3737
This creates a directory structure under your HOME directory name *odev* and clones the current Operator version to that structure.

hugo/content/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ The Operator is developed and tested on CentOS and RHEL Linux platforms but is k
3838
## Documentation
3939
The following documentation is provided:
4040

41-
- [pgo CLI Syntax and Examples](/operator-cli)
41+
- [pgo CLI Syntax and Examples](/operatorcli)
4242
- [Installation](/installation)
4343
- [Configuration](/configuration)
4444
- [pgo.yaml Configuration](/configuration/pgo-yaml-configuration)
4545
- [Security](/security)
46-
- [Design Overview](/design)
47-
- [Developing](/developer-setup)
46+
- [Design Overview](/gettingstarted/design/designoverview)
47+
- [Developing](/installation/developer-setup)
4848
- [Upgrading the Operator](/upgrade)
4949
- [Contributing](/contributing/documentation-updates)
5050

hugo/content/contributing/documentation-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you would like to build the documentation locally, view the
1717
You can then start the server by running the following commands -
1818

1919
```
20-
cd $COROOT/hugo/
20+
cd $PGOROOT/hugo/
2121
hugo server
2222
```
2323

hugo/content/contributing/issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 902
66
---
77

88

9-
If you would like to submit an feature / issue for us to consider please submit an to the official [GitHub Repository](ttps://github.com/CrunchyData/crunchy-containers/issues/new/choose).
9+
If you would like to submit an feature / issue for us to consider please submit an to the official [GitHub Repository](https://github.com/CrunchyData/postgres-operator/issues/new/choose).
1010

1111
If you would like to work the issue, please add that information in the issue so that we can confirm we are not already working no need to duplicate efforts.
1212

hugo/content/gettingstarted/Design/namespace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ the namespaces which will be *watched* by the Operator.
3131
The format of the NAMESPACE value is modeled after the following
3232
document:
3333

34-
https://github.com/operator-framework/operator-lifecycle-manager/blob/master/Documentation/design/operatorgroups.md
34+
https://github.com/operator-framework/operator-lifecycle-manager/blob/0.12.0/doc/design/operatorgroups.md
3535

3636

3737
### OwnNamespace Example

hugo/content/gettingstarted/Design/olm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The PostgreSQL Operator supports Red Hat OLM (Operator Lifecycle Manager)
1111
to a degree starting with the PostgreSQL Operator 4.0 release.
1212

1313
The PostgreSQL Operator supports the different deployment models
14-
as documented [here](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/Documentation/design/operatorgroups.md)
14+
as documented [here](https://github.com/operator-framework/operator-lifecycle-manager/blob/0.12.0/doc/design/operatorgroups.md )
1515

1616
The PostgreSQL Operator is available for download in [OperatorHub.io](https://www.operatorhub.io/operator/postgres-operator.v3.5.0)
1717

0 commit comments

Comments
 (0)