Skip to content

Commit

Permalink
Fix GitHub case in documentation
Browse files Browse the repository at this point in the history
Noticed while fixing the same issue for the website.
  • Loading branch information
gsmet committed Dec 2, 2021
1 parent 46c1155 commit 30c3906
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/src/main/asciidoc/ide-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
|

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/reactive-routes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 30c3906

Please sign in to comment.