Skip to content

Commit

Permalink
use best-practice link format
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <[email protected]>
  • Loading branch information
inteon committed Oct 6, 2023
1 parent aaf638f commit 8f82a55
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/docs/contributing/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ page if a step is missing or if it is outdated.
document is ready to be merged on
[cert-manager/website](https://github.com/cert-manager/website). See for
example, see
[upgrading-1.0-1.1](https://cert-manager.io/docs/releases/upgrading/upgrading-1.0-1.1/).
[upgrading-1.0-1.1](https://cert-manager.io/docs/releases/upgrading/upgrading-1.0-1.1.md).

4. **(final + patch releases)** Prepare the Website "Release Notes" PR.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/installation/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ non-namespaced resources in your cluster and care must be taken to ensure that i
### Prerequisites

- [Install Helm version 3 or later](https://helm.sh/docs/intro/install/).
- Install a [supported version of Kubernetes or OpenShift](../releases/).
- Install a [supported version of Kubernetes or OpenShift](../releases/README.md).
- Read [Compatibility with Kubernetes Platform Providers](./compatibility.md) if you are using Kubernetes on a cloud platform.

### Steps
Expand Down
2 changes: 1 addition & 1 deletion content/docs/installation/kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Learn how to install cert-manager using kubectl and static manifests.
## Prerequisites

- [Install `kubectl` version `>= v1.19.0`](https://kubernetes.io/docs/tasks/tools/). (otherwise, you'll have issues updating the CRDs - see [v0.16 upgrade notes](../releases/upgrading/upgrading-0.15-0.16.md#issue-with-older-versions-of-kubectl))
- Install a [supported version of Kubernetes or OpenShift](../releases/).
- Install a [supported version of Kubernetes or OpenShift](../releases/README.md).
- Read [Compatibility with Kubernetes Platform Providers](./compatibility.md) if you are using Kubernetes on a cloud platform.

## Steps
Expand Down
2 changes: 1 addition & 1 deletion content/docs/installation/operator-lifecycle-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: 'cert-manager installation: Using OLM'

### Prerequisites

- Install a [supported version of Kubernetes or OpenShift](../releases/).
- Install a [supported version of Kubernetes or OpenShift](../releases/README.md).
- Read [Compatibility with Kubernetes Platform Providers](./compatibility.md) if you are using Kubernetes on a cloud platform.

### Option 1: Installing from OperatorHub Web Console on OpenShift
Expand Down
2 changes: 1 addition & 1 deletion content/docs/releases/release-notes/release-notes-1.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Aside from that, there have been numerous bug fixes and features summarized belo

1. The `--renew-before-expiration-duration` flag of the cert-manager controller-manager has been deprecated. Please set the `Certificate.Spec.RenewBefore` field instead. This flag will be removed in the next release.

2. As Kubernetes `v1.16` is now the earliest supported version, The `legacy` manifests have now been removed. You can read more [here](../).
2. As Kubernetes `v1.16` is now the earliest supported version, The `legacy` manifests have now been removed. You can read more [here](../README.md).

3. The `User-Agent` request header has been changed from `jetstack-cert-manager/<version>` to `cert-manager/<version>`. This may affect functionality if you rely on an a User-Agent allowlist in a corporate environment.

Expand Down

0 comments on commit 8f82a55

Please sign in to comment.