Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d38b5b

Browse files
committed
More documentation links for week 1
1 parent 9ed4fb0 commit 9d38b5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

week1/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ _estimated time: 4-6 hours_
5353

5454
## Importing modules using `require`
5555

56-
[Node.js Modules](https://nodejs.org/docs/latest-v8.x/api/modules.html)
56+
[Node.js modules](https://nodejs.org/docs/latest-v8.x/api/modules.html)
5757

5858
## Building an HTTP server using built-in `http` module
5959

60+
[`http` module documentation](https://nodejs.org/docs/latest-v8.x/api/http.html)
61+
6062
[HTTP request methods](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods)
6163

6264
[HTTP response status codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)

0 commit comments

Comments
 (0)