mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
*: Fix some https:/... single-slash typos
Everything turned up by: $ git grep 'https:/[^/]'
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="google-site-verification" content="MCaLEYfZB8HfZSTyMQYZyBeRMXGoKt46uvrwEp-KN3M">
|
||||
<title>404 | Red Hat OpenShift Documentation</title>
|
||||
<link href="https:/docs.openshift.com/" rel="canonical">
|
||||
<link href="https://docs.openshift.com/" rel="canonical">
|
||||
<link href="https://assets.openshift.net/content/subdomain.css" rel="stylesheet" media="screen, print">
|
||||
<link href="https://assets.openshift.net/content/subdomain/touch-icon-precomposed.png" rel="apple-touch-icon-precomposed" type="image/png">
|
||||
<link href="https://assets.openshift.net/content/subdomain/favicon32x32.png" rel="shortcut icon" type="image/png">
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="google-site-verification" content="MCaLEYfZB8HfZSTyMQYZyBeRMXGoKt46uvrwEp-KN3M">
|
||||
<title>Home | Red Hat OpenShift Documentation</title>
|
||||
<link href="https:/docs.openshift.com/" rel="canonical">
|
||||
<link href="https://docs.openshift.com/" rel="canonical">
|
||||
<link href="https://assets.openshift.net/content/subdomain.css" rel="stylesheet" media="screen, print">
|
||||
<link href="https://assets.openshift.net/content/subdomain/touch-icon-precomposed.png" rel="apple-touch-icon-precomposed" type="image/png">
|
||||
<link href="https://assets.openshift.net/content/subdomain/favicon32x32.png" rel="shortcut icon" type="image/png">
|
||||
|
||||
@@ -72,7 +72,7 @@ requires:
|
||||
},
|
||||
{
|
||||
"ParameterKey": "IgnitionLocation", <15>
|
||||
"ParameterValue": "https:/api-int.<cluster_name>.<domain_name>:22623/config/master" <16>
|
||||
"ParameterValue": "https://api-int.<cluster_name>.<domain_name>:22623/config/master" <16>
|
||||
},
|
||||
{
|
||||
"ParameterKey": "CertificateAuthorities", <17>
|
||||
@@ -210,4 +210,4 @@ parameters JSON file.
|
||||
+
|
||||
----
|
||||
$ aws cloudformation describe-stacks --stack-name <name>
|
||||
----
|
||||
----
|
||||
|
||||
@@ -75,7 +75,7 @@ includes:
|
||||
|
||||
|`endpoint`
|
||||
|Currently, Quay is the external data store used by the OperatorHub, so
|
||||
the endpoint is set to `https:/quay.io/cnr` for the Quay.io `appregistry`.
|
||||
the endpoint is set to `https://quay.io/cnr` for the Quay.io `appregistry`.
|
||||
|
||||
|`registryNamespace`
|
||||
|For a Community Operator, this is set to `community-operator`.
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="google-site-verification" content="MCaLEYfZB8HfZSTyMQYZyBeRMXGoKt46uvrwEp-KN3M">
|
||||
<title>Search Results | Red Hat OpenShift Documentation</title>
|
||||
<link href="https:/docs.openshift.com/search.html" rel="canonical">
|
||||
<link href="https://docs.openshift.com/search.html" rel="canonical">
|
||||
<link href="https://assets.openshift.net/content/subdomain.css" rel="stylesheet" media="screen, print">
|
||||
<link href="https://assets.openshift.net/content/subdomain/touch-icon-precomposed.png" rel="apple-touch-icon-precomposed" type="image/png">
|
||||
<link href="https://assets.openshift.net/content/subdomain/favicon32x32.png" rel="shortcut icon" type="image/png">
|
||||
|
||||
Reference in New Issue
Block a user