Skip to content

Commit

Permalink
Update URL from cloud.redhat.com to console.redhat.com
Browse files Browse the repository at this point in the history
The console applications currently in cloud.redhat.com have been moved to
to a new URL at console.redhat.com.

https://cloud.redhat.com/blog/check-out-our-new-look

Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
  • Loading branch information
mikelolasagasti committed Dec 1, 2021
1 parent 4f356c6 commit c0ff5a9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/user/aws/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ The OpenShift console is available via the kubeadmin login provided by the insta

![OpenShift web console](images/install_console.png)

[cloud-install]: https://cloud.redhat.com/openshift/create
[cloud-install]: https://console.redhat.com/openshift/create
[encrypted-copy]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html#create-ami-encrypted-root-snapshot
2 changes: 1 addition & 1 deletion docs/user/azure/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ The OpenShift console is available via the kubeadmin login provided by the insta

![OpenShift web console](images/install_console.png)

[cloud-install]: https://cloud.redhat.com/openshift/create
[cloud-install]: https://console.redhat.com/openshift/create
[rhcos]: https://github.com/openshift/os
2 changes: 1 addition & 1 deletion docs/user/gcp/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ The OpenShift console is available via the kubeadmin login provided by the insta

![OpenShift web console](images/install_console.png)

[cloud-install]: https://cloud.redhat.com/openshift/create
[cloud-install]: https://console.redhat.com/openshift/create
2 changes: 1 addition & 1 deletion docs/user/ovirt/install_upi.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ $ openshift-install create install-config --dir $ASSETS_DIR
used to expose the API interface (`https://api.ocp4.example.org:6443/`)
and the newly created applications (e.g. `https://console-openshift-console.apps.ocp4.example.org`).

You can obtain a new Pull secret from [here](https://cloud.redhat.com/openshift/install/pull-secret).
You can obtain a new Pull secret from [here](https://console.redhat.com/openshift/install/pull-secret).

The result of this first step is the creation of a `install-config.yaml` in the specified assets directory:

Expand Down
2 changes: 1 addition & 1 deletion docs/user/vsphere/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ The OpenShift console is available via the kubeadmin login provided by the insta

![OpenShift web console](images/install_console.png)

[cloud-install]: https://cloud.redhat.com/openshift/create
[cloud-install]: https://console.redhat.com/openshift/create
2 changes: 1 addition & 1 deletion pkg/asset/installconfig/pullsecret.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (a *pullSecret) Generate(asset.Parents) error {
{
Prompt: &survey.Password{
Message: "Pull Secret",
Help: "The container registry pull secret for this cluster, as a single line of JSON (e.g. {\"auths\": {...}}).\n\nYou can get this secret from https://cloud.redhat.com/openshift/install/pull-secret",
Help: "The container registry pull secret for this cluster, as a single line of JSON (e.g. {\"auths\": {...}}).\n\nYou can get this secret from https://console.redhat.com/openshift/install/pull-secret",
},
Validate: survey.ComposeValidators(survey.Required, func(ans interface{}) error {
return validate.ImagePullSecret(ans.(string))
Expand Down

0 comments on commit c0ff5a9

Please sign in to comment.