Skip to content

Commit 9ee5493

Browse files
author
Anthony Roux
committed
Update the contributor guide and fix links in the Support md file
1 parent 02a7af0 commit 9ee5493

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 5 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-node.git
6+
git clone https://github.com/amadeus4dev/amadeus-node.git
77
cd amadeus-node
88
npm install
99
```
@@ -60,9 +60,9 @@ Travis will bow build the package and release it to NPM.
6060

6161
#### **Did you find a bug?**
6262

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

65-
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/amadeusdev/amadeus-node/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.
65+
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/amadeus4dev/amadeus-node/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.
6666

6767
#### **Did you write a patch that fixes a bug?**
6868

@@ -72,7 +72,7 @@ Travis will bow build the package and release it to NPM.
7272

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

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

7777
* Make sure your new code does not break any tests and include new tests.
7878

@@ -82,7 +82,7 @@ Travis will bow build the package and release it to NPM.
8282

8383
#### **Do you have questions about the source code?**
8484

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

8787

8888
#### **Do you want to contribute to the documentation?**

.github/SUPPORT.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Amadeus Support
22

3-
Our [developer support team](https://developer.amadeus.com/developers) is here to help you. You can find us on [Twitter](#), [StackOverflow](#), and [email](#).
3+
Our [developer support team](https://developers.amadeus.com/support) is here to
4+
help you. You can find us on
5+
[StackOverflow](https://stackoverflow.com/questions/tagged/amadeus) and
6+
[email](mailto:[email protected]).

0 commit comments

Comments
 (0)