Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub name fix #1253

Merged
merged 1 commit into from
Mar 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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