Skip to content

Commit f1be8ae

Browse files
author
Abed
authored
Merge pull request #1 from SohailHaqyar/master
Social Hackers Academy Stamped
2 parents e42deb5 + 4cee952 commit f1be8ae

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
> Please help us improve and share your feedback! If you find better tutorials
2-
> or links, please share them by [opening a pull request](https://github.com/HackYourFuture/JavaScript3/pulls).
31

42
# Module #4 - JavaScript 3: Object-Oriented Programming and working with APIs (Frontend)
53

@@ -81,8 +79,10 @@ With this out of the way we can get started!
8179

8280
Did you finish the module? High five!
8381

84-
If you feel ready for the next challenge, click [here](https://www.github.com/HackYourFuture/Node.js) to go to Node.js!
82+
If you feel ready for the next challenge, click [here](https://www.github.com/SocialHackersCodeSchool/Node.js) to go to Node.js!
83+
84+
## Credit:
85+
This curriculum is developed by HackYourFuture, modifications, and changes can be found in this Fork. (edited)
8586

86-
_The HackYourFuture curriculum is subject to CC BY copyright. This means you can freely use our materials, but just make sure to give us credit for it :)_
8787

8888
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

Week1/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Figure 1 below shows an example of what your application will look like.
7373

7474
This application does 2 things:
7575

76-
1. It makes connection to the GitHub API and retrieves all the repositories found in the [HackYourFuture account](https://www.github.com/hackyourfuture).
76+
1. It makes connection to the GitHub API and retrieves all the repositories found in the [HackYourFuture account](https://www.github.com/SocialHackersCodeSchool).
7777
2. It displays those repositories in an alphabetically-oreded list. When a user clicks on any of the repository names it will show more details about it.
7878

7979
### Getting an overview

0 commit comments

Comments
 (0)