From 30c39063eabe32fa4cffda468b694f927a376117 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Thu, 2 Dec 2021 19:36:42 +0100 Subject: [PATCH] Fix GitHub case in documentation Noticed while fixing the same issue for the website. --- docs/src/main/asciidoc/ide-tooling.adoc | 6 +++--- docs/src/main/asciidoc/reactive-routes.adoc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/main/asciidoc/ide-tooling.adoc b/docs/src/main/asciidoc/ide-tooling.adoc index a41e587d9c996..1cfd441f15c8b 100644 --- a/docs/src/main/asciidoc/ide-tooling.adoc +++ b/docs/src/main/asciidoc/ide-tooling.adoc @@ -69,9 +69,9 @@ https://download.jboss.org/jbosstools/intellij/snapshots/intellij-quarkus/[Devel | https://che.openshift.io/f?url=https://raw.githubusercontent.com/redhat-developer/devfile/master/getting-started/quarkus/devfile.yaml[Start Che Workspace] |Source -|https://github.com/redhat-developer/vscode-quarkus[Github] -|https://github.com/jbosstools/jbosstools-quarkus[Github] -|https://github.com/redhat-developer/intellij-quarkus[Github] +|https://github.com/redhat-developer/vscode-quarkus[GitHub] +|https://github.com/jbosstools/jbosstools-quarkus[GitHub] +|https://github.com/redhat-developer/intellij-quarkus[GitHub] |Closed-Source | diff --git a/docs/src/main/asciidoc/reactive-routes.adoc b/docs/src/main/asciidoc/reactive-routes.adoc index a402732906dd9..be1e57c81a38c 100644 --- a/docs/src/main/asciidoc/reactive-routes.adoc +++ b/docs/src/main/asciidoc/reactive-routes.adoc @@ -12,7 +12,7 @@ This approach became very popular in the JavaScript world, with frameworks like Quarkus also offers the possibility to use reactive routes. You can implement REST API with routes only or combine them with JAX-RS resources and servlets. -The code presented in this guide is available in this {quickstarts-base-url}[Github repository] under the {quickstarts-tree-url}/reactive-routes-quickstart[`reactive-routes-quickstart` directory] +The code presented in this guide is available in this {quickstarts-base-url}[GitHub repository] under the {quickstarts-tree-url}/reactive-routes-quickstart[`reactive-routes-quickstart` directory] NOTE: Reactive Routes were initially introduced to provide a reactive execution model for HTTP APIs on top of the xref:quarkus-reactive-architecture.adoc[Quarkus Reactive Architecture]. With the introduction of link:resteasy-reactive[RESTEasy Reactive], you can now implement reactive HTTP APIs and still use JAX-RS annotations.