Skip to content

Commit a94b151

Browse files
authored
Merge pull request #87891 from ochromy/SRVCOM-3550
[SRVCOM-3550] Update "access.redhat.com" links with "docs.redhat.com" equiv.
2 parents e91893d + 418781e commit a94b151

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

about/about-knative-eventing.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ include::modules/serverless-kafka-developer.adoc[leveloffset=+1]
2828
[role="_additional-resources"]
2929
== Additional resources
3030
* xref:../install/installing-knative-eventing.adoc#serverless-install-kafka-odc_installing-knative-eventing[Installing the `KnativeKafka` custom resource]
31-
* link:https://access.redhat.com/documentation/en-us/red_hat_amq/7.6/html/amq_streams_on_openshift_overview/kafka-concepts_str#kafka-concepts-key_str[Red Hat AMQ Streams documentation]
32-
* link:https://access.redhat.com/documentation/en-us/red_hat_amq/7.6/html-single/using_amq_streams_on_rhel/index#assembly-kafka-encryption-and-authentication-str[Red Hat AMQ Streams TLS and SASL on Apache Kafka documentation]
31+
* link:https://docs.redhat.com/en/documentation/red_hat_amq/2021.q3/html/amq_streams_on_openshift_overview/kafka-concepts_str#kafka-concepts-key_str[Red{nbsp}Hat AMQ Streams documentation]
32+
* link:https://docs.redhat.com/en/documentation/red_hat_amq/2021.q3/html/using_amq_streams_on_rhel/configuring_kafka#con-kafka-securing-listeners-str[Red{nbsp}Hat AMQ Streams TLS and SASL on Apache Kafka documentation]
3333
* xref:../eventing/serverless-event-delivery.adoc#serverless-event-delivery[Event delivery]

about/about-serverless.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The {ServerlessProductName} documentation is available at link:https://docs.open
1717
1818
Documentation for specific versions is available using the version selector dropdown, or directly by adding the version to the URL, for example, link:https://docs.openshift.com/serverless/1.28[].
1919
20-
In addition, the {ServerlessProductName} documentation is also available on the Red Hat Portal at https://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/[].
20+
In addition, the {ServerlessProductName} documentation is also available on the Red{nbsp}Hat Portal at https://docs.redhat.com/en/documentation/red_hat_openshift_serverless//[].
2121
2222
For additional information about the {ServerlessProductName} life cycle and supported platforms, refer to the link:https://access.redhat.com/support/policy/updates/openshift_operators[Operator Life Cycles].
2323
====

eventing/brokers/kafka-broker.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ include::modules/serverless-kafka-broker-configmap.adoc[leveloffset=+1]
2626
[id="serverless-kafka-admin-security"]
2727
== Security configuration for the Knative broker implementation for Apache Kafka
2828

29-
Kafka clusters are generally secured by using the TLS or SASL authentication methods. You can configure a Kafka broker or channel to work against a protected Red Hat AMQ Streams cluster by using TLS or SASL.
29+
Kafka clusters are generally secured by using the TLS or SASL authentication methods. You can configure a Kafka broker or channel to work against a protected Red{nbsp}Hat AMQ Streams cluster by using TLS or SASL.
3030

3131
[NOTE]
3232
====
33-
Red Hat recommends that you enable both SASL and TLS together.
33+
Red{nbsp}Hat recommends that you enable both SASL and TLS together.
3434
====
3535

3636
// kafka broker security config
@@ -41,5 +41,5 @@ include::modules/serverless-kafka-broker-sasl-default-config.adoc[leveloffset=+2
4141
[id="additional-resources_serverless-kafka-admin"]
4242
[role="_additional-resources"]
4343
== Additional resources
44-
* link:https://access.redhat.com/documentation/en-us/red_hat_amq/7.6/html/amq_streams_on_openshift_overview/kafka-concepts_str#kafka-concepts-key_str[Red Hat AMQ Streams documentation]
45-
* link:https://access.redhat.com/documentation/en-us/red_hat_amq/7.5/html-single/using_amq_streams_on_rhel/index#assembly-kafka-encryption-and-authentication-str[TLS and SASL on Kafka]
44+
* link:https://docs.redhat.com/en/documentation/red_hat_amq/2021.q3/html/amq_streams_on_openshift_overview/kafka-concepts_str#kafka-concepts-key_str[Red{nbsp}Hat AMQ Streams documentation]
45+
* link:https://docs.redhat.com/en/documentation/red_hat_amq/2021.q3/html/using_amq_streams_on_rhel/configuring_kafka#con-kafka-securing-listeners-str[TLS and SASL on Kafka]

modules/serverless-create-kafka-namespaced-broker.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To create a `KafkaNamespaced` broker, you must set the `eventing.knative.dev/bro
1515

1616
* The {ServerlessOperatorName}, Knative Eventing, and the `KnativeKafka` custom resource are installed on your {ocp-product-title} cluster.
1717
18-
* You have access to an Apache Kafka instance, such as link:https://access.redhat.com/documentation/en-us/red_hat_amq/7.6/html/amq_streams_on_openshift_overview/kafka-concepts_str#kafka-concepts-key_str[Red Hat AMQ Streams], and have created a Kafka topic.
18+
* You have access to an Apache Kafka instance, such as link:https://docs.redhat.com/en/documentation/red_hat_amq/2021.q3/html/amq_streams_on_openshift_overview/kafka-concepts_str#kafka-concepts-key_str[Red{nbsp}Hat AMQ Streams], and have created a Kafka topic.
1919
2020
* You have created a project, or have access to a project, with the appropriate roles and permissions to create applications and other workloads in {ocp-product-title}.
2121

modules/serverless-kafka-broker-with-kafka-topic.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you want to use a Kafka broker without allowing it to create its own internal
1212

1313
* The {ServerlessOperatorName}, Knative Eventing, and the `KnativeKafka` custom resource are installed on your {ocp-product-title} cluster.
1414
15-
* You have access to a Kafka instance such as link:https://access.redhat.com/documentation/en-us/red_hat_amq/7.6/html/amq_streams_on_openshift_overview/kafka-concepts_str#kafka-concepts-key_str[Red Hat AMQ Streams], and have created a Kafka topic.
15+
* You have access to a Kafka instance such as link:https://docs.redhat.com/en/documentation/red_hat_amq/2021.q3/html/amq_streams_on_openshift_overview/kafka-concepts_str#kafka-concepts-key_str[Red{nbsp}Hat AMQ Streams], and have created a Kafka topic.
1616
1717
* You have created a project or have access to a project with the appropriate roles and permissions to create applications and other workloads in {ocp-product-title}.
1818

0 commit comments

Comments
 (0)