Skip to content

Commit

Permalink
*: Fix some https:/... single-slash typos
Browse files Browse the repository at this point in the history
Everything turned up by:

  $ git grep 'https:/[^/]'
  • Loading branch information
wking committed May 30, 2019
1 parent 5544891 commit bd5dc12
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 404-commercial.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion index-commercial.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
4 changes: 2 additions & 2 deletions modules/installation-creating-aws-control-plane.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -210,4 +210,4 @@ parameters JSON file.
+
----
$ aws cloudformation describe-stacks --stack-name <name>
----
----
2 changes: 1 addition & 1 deletion modules/olm-operatorhub.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion search-commercial.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit bd5dc12

Please sign in to comment.