Skip to content

Commit 0b98289

Browse files
authored
Updates several links or link text (#438)
1 parent 43e56b5 commit 0b98289

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/registry/quarkus-registry/README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Quarkus is designed to work with popular Java standards, frameworks, and librari
7070
ifndef::community[]
7171
* You have a Red Hat account.
7272
endif::[]
73-
* You have a running Kafka instance in {product-kafka} (see {base-url}{getting-started-url-kafka}[Getting started with Kafka^]).
74-
* You have a running {registry} instance in {product-long-registry} (see {base-url}{getting-started-url-registry}[Getting started with {registry}^]).
73+
* You have a running Kafka instance in {product-kafka} (see {base-url}{getting-started-url-kafka}[Getting started with {product-long-kafka}^]).
74+
* You have a running {registry} instance in {product-long-registry} (see {base-url}{getting-started-url-registry}[Getting started with {product-long-registry}^]).
7575
* https://github.com/git-guides/[Git^] is installed.
7676
* You have an IDE such as https://www.jetbrains.com/idea/download/[IntelliJ IDEA^], https://www.eclipse.org/downloads/[Eclipse^], or https://code.visualstudio.com/Download[VSCode^].
7777
* https://adoptopenjdk.net/[OpenJDK^] 11 or later is installed on Linux or MacOS. (The latest LTS version of OpenJDK is recommended.)
@@ -116,13 +116,13 @@ To enable your Quarkus applications to access a Kafka instance, configure the co
116116

117117
Access to the {registry} and Kafka instances is managed using the same service account and SASL/OAUTHBEARER token endpoint. For Quarkus, you can configure all connection properties using the `application.properties` file. This example sets environment variables and references them in this file.
118118

119-
Quarkus applications use https://github.com/eclipse/microprofile-reactive-messaging[MicroProfile Reactive Messaging^] to produce messages to and consume messages from your Kafka instances in {product-kafka}. For details on configuration options, see https://quarkus.io/guides/kafka[Using Apache Kafka with Reactive Messaging^] in the Quarkus documentation.
119+
Quarkus applications use https://github.com/eclipse/microprofile-reactive-messaging[MicroProfile Reactive Messaging^] to produce messages to and consume messages from your Kafka instances in {product-kafka}. For details on configuration options, see the https://quarkus.io/guides/kafka[Apache Kafka Reference Guide^] in the Quarkus documentation.
120120

121121
This Quarkus example application includes producer and consumer processes that serialize/deserialize Kafka messages using a schema stored in {registry}.
122122

123123
.Prerequisites
124124
ifndef::qs[]
125-
* You have a service account with write access to Kafka and {registry} instances and have stored your credentials securely (see {base-url}{getting-started-url-kafka}[Getting started with Kafka^] and {base-url}{getting-started-url-registry}[Getting started with {registry}^]).
125+
* You have a service account with write access to Kafka and {registry} instances and have stored your credentials securely (see {base-url}{getting-started-url-kafka}[Getting started with {product-long-kafka}^] and {base-url}{getting-started-url-registry}[Getting started with {product-long-registry}^]).
126126
* You have the Kafka bootstrap server endpoint for the Kafka instance. You copied this information previously for the Kafka instance in {product-kafka} by selecting the options menu (three vertical dots) and clicking *Connection*.
127127
* You have the Core Registry API endpoint for the {registry} instance. You copied this information for the {registry} instance by selecting the options menu (three vertical dots) and clicking *Connection*. From the list of endpoints, you copied the *Core Registry API* endpoint supported by the Apicurio serializer/deserializer (SerDes) used in this example.
128128
* You copied the *Token endpoint URL* value from the same list of endpoints to be used for the OAuth-based athentication method used in this example.

docs/registry/rhoas-cli-getting-started-registry/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You can get started with {product-long-registry} by doing the following tasks:
8181
== Prerequisites
8282

8383
[role="_abstract"]
84-
* You've installed the `rhoas` CLI. For more information, see {base-url}{rhoas-cli-installation-url}[_Installing the rhoas CLI_^].
84+
* You've installed the `rhoas` CLI. For more information, see {base-url}{rhoas-cli-installation-url}[_Installing and configuring the rhoas CLI_^].
8585

8686
[id="proc-creating-service-registry-instance-cli_{context}"]
8787
== Creating a {registry} instance

0 commit comments

Comments
 (0)