Skip to content

Commit

Permalink
chore: Fix broken links (#2778) (#2779)
Browse files Browse the repository at this point in the history
(cherry picked from commit f11e616)

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
  • Loading branch information
1 parent 63b2ad6 commit e73af8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ This page guides you through the process of building FIPS-compliant Edge Install

Contact your system administrator for access to the subscription credentials.

- [Git](https://cli.github.com/manual/installation). You can ensure git installation by issuing the `git --version`
command.
- [Git](https://git-scm.com/downloads). You can ensure git installation by issuing the `git --version` command.

- [Docker Engine](https://docs.docker.com/engine/install/) version 18.09.x or later. You can use the `docker --version`
command to check the existing Docker version. You should have root-level or `sudo` privileges on your Linux machine to
Expand Down
6 changes: 3 additions & 3 deletions docs/docs-content/integrations/portworx_operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ vsphereSecret:

To activate the Pure Flash Array integration, you will need to create a Kubernetes secret named `px-pure-secret` on your
cluster containing your
[Flash Array license JSON](https://docs.portworx.com/portworx-enterprise/install-portworx/kubernetes/install-flasharray.html#create-a-json-configuration-file).
[Flash Array license JSON](https://docs.portworx.com/portworx-enterprise/install-portworx/kubernetes/flasharray/install-flasharray-on-cloud#create-a-json-configuration-file).
The secret must be created in the namespace that contains the `StorageCluster` resource. The namespace is `portworx` by
default.

Expand Down Expand Up @@ -1138,7 +1138,7 @@ vsphereSecret:

To activate the Pure Flash Array integration, you will need to create a Kubernetes secret named `px-pure-secret` on your
cluster containing your
[Flash Array license JSON](https://docs.portworx.com/portworx-enterprise/install-portworx/kubernetes/install-flasharray.html#create-a-json-configuration-file).
[Flash Array license JSON](https://docs.portworx.com/portworx-enterprise/install-portworx/kubernetes/flasharray/install-flasharray-on-cloud#create-a-json-configuration-file).
The secret must be created in the namespace that contains the `StorageCluster` resource. The namespace is `kube-system`
by default.

Expand Down Expand Up @@ -1727,7 +1727,7 @@ vsphereSecret:

To activate the Pure Flash Array integration, you will need to create a Kubernetes secret named `px-pure-secret` on your
cluster containing your
[Flash Array license JSON](https://docs.portworx.com/portworx-enterprise/install-portworx/kubernetes/install-flasharray.html#create-a-json-configuration-file).
[Flash Array license JSON](https://docs.portworx.com/portworx-enterprise/install-portworx/kubernetes/flasharray/install-flasharray-on-cloud#create-a-json-configuration-file).
The secret must be created in the namespace that contains the `StorageCluster` resource. The namespace is `kube-system`
by default.

Expand Down

0 comments on commit e73af8e

Please sign in to comment.