diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81ad869508a31..0c384e889f0de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,14 +17,14 @@ The DCO text is also included verbatim in the [dco.txt](dco.txt) file in the roo ## Reporting an issue -This project uses Github issues to manage the issues. Open an issue directly in Github. +This project uses GitHub issues to manage the issues. Open an issue directly in GitHub. If you believe you found a bug, and it's likely possible, please indicate a way to reproduce it, what you are seeing and what you would expect to see. Don't forget to indicate your Java, Maven and GraalVM version. ## Before you contribute -To contribute, use Github Pull Requests, from your **own** fork. +To contribute, use GitHub Pull Requests, from your **own** fork. ### Code reviews @@ -49,7 +49,7 @@ Be sure to test your pull request in: If you have not done so on this machine, you need to: -* Install Git and configure your Github access +* Install Git and configure your GitHub access * Install Java SDK (OpenJDK recommended) * Download and Apache Maven (3.5+) * Install [GraalVM](http://www.graalvm.org/downloads/) (community edition is enough) diff --git a/docs/pom.xml b/docs/pom.xml index be39f3fa23056..0a4cbe3002a2a 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -58,7 +58,7 @@ Quarkus ${quarkus-home-url} - + https://github.com/quarkusio diff --git a/docs/src/main/asciidoc/getting-started-guide.adoc b/docs/src/main/asciidoc/getting-started-guide.adoc index b452aa7f2046b..61611a20ca951 100644 --- a/docs/src/main/asciidoc/getting-started-guide.adoc +++ b/docs/src/main/asciidoc/getting-started-guide.adoc @@ -402,7 +402,7 @@ public CompletionStage hello() { } ---- -The async version of the code is available in the {quickstarts-base-url}[Github] repository, in the `getting-started-async` directory. +The async version of the code is available in the {quickstarts-base-url}[GitHub] repository, in the `getting-started-async` directory. == What's next?