Skip to content

Commit c97bc89

Browse files
authored
Update HTTP method reference link in documentation (#2113)
1 parent 8e273e2 commit c97bc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/starter/basic-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ app.METHOD(PATH, HANDLER)
2222
Where:
2323

2424
- `app` is an instance of `express`.
25-
- `METHOD` is an [HTTP request method](https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods), in lowercase.
25+
- `METHOD` is an [HTTP request method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods), in lowercase.
2626
- `PATH` is a path on the server.
2727
- `HANDLER` is the function executed when the route is matched.
2828

0 commit comments

Comments
 (0)