Skip to content

Commit 4322291

Browse files
author
Anthony Roux
committed
Update broken links in the Contributor Guide
1 parent e900486 commit 4322291

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To run the project locally, clone the repository and install the dependencies.
44

55
```
6-
git clone https://github.com/amadeusdev/amadeus-java.git
6+
git clone https://github.com/amadeus4dev/amadeus-java.git
77
cd amadeus-java
88
gradle
99
```
@@ -47,13 +47,13 @@ To make a new release, follow the following steps:
4747

4848
Travis will bow build the gem and release it to RubyGems.
4949

50-
## How to contribute to the Amadeus Ruby Gem
50+
## How to contribute to the Amadeus Java SDK
5151

5252
#### **Did you find a bug?**
5353

54-
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/amadeusdev/amadeus-ruby/issues).
54+
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/amadeus4dev/amadeus-java/issues).
5555

56-
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/amadeusdev/amadeus-ruby/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
56+
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/amadeus4dev/amadeus-java//issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
5757

5858
#### **Did you write a patch that fixes a bug?**
5959

@@ -63,7 +63,7 @@ Travis will bow build the gem and release it to RubyGems.
6363

6464
#### **Do you intend to add a new feature or change an existing one?**
6565

66-
* Suggest your change [in a new issue](https://github.com/amadeusdev/amadeus-ruby/issues/new) and start writing code.
66+
* Suggest your change [in a new issue](https://github.com/amadeus4dev/amadeus-java/issues/new) and start writing code.
6767

6868
* Make sure your new code does not break any tests and include new tests.
6969

@@ -73,7 +73,7 @@ Travis will bow build the gem and release it to RubyGems.
7373

7474
#### **Do you have questions about the source code?**
7575

76-
* Ask any question about how to use the library by [raising a new issue](https://github.com/amadeusdev/amadeus-ruby/issues/new).
76+
* Ask any question about how to use the library by [raising a new issue](https://github.com/amadeus4dev/amadeus-java/issues/new).
7777

7878
#### **Do you want to contribute to the documentation?**
7979

0 commit comments

Comments
 (0)