Skip to content

Commit

Permalink
Merge pull request #1253 from rsvoboda/gh-naming
Browse files Browse the repository at this point in the history
GitHub name fix
  • Loading branch information
stuartwdouglas authored Mar 6, 2019
2 parents b6a4453 + e7f685d commit 0c883a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<project-name>Quarkus</project-name>
<!-- Project website home page -->
<quarkus-home-url>${quarkus-home-url}</quarkus-home-url>
<!-- Root URL of the Github organization -->
<!-- Root URL of the GitHub organization -->
<quarkus-org-url>https://github.com/quarkusio</quarkus-org-url>

<!-- === Website URLs === -->
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/getting-started-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ public CompletionStage<String> 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?

Expand Down

0 comments on commit 0c883a7

Please sign in to comment.