Update links in docs (#2691)

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss
2019-01-11 10:57:30 +01:00
committed by yichoi
parent 93ec226650
commit adb80c2045
6 changed files with 8 additions and 9 deletions
+1 -2
View File
@@ -47,7 +47,7 @@ You should use your real name and email address in the format below:
"JerryScript-DCO-1.0-Signed-off-by:" this is a developer's certification that he or she has the right to submit the patch for inclusion into the project. It is an agreement to the JerryScript [Developer's Certificate of Origin](DCO.md). **Code without a proper signoff cannot be merged into the mainline.**
### 4. Open a GitHub [pull request](https://github.com/jerryscript-project/jerryscript/pulls)
### 4. Open a GitHub [pull request](https://github.com/pando-project/jerryscript/pulls)
You can find instructions about opening a pull request [here](https://help.github.com/articles/creating-a-pull-request).
@@ -96,4 +96,3 @@ with open(commit_msg_filepath, "r+") as f:
```
Please refer [Git Hooks](http://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) for more information.