Skip to content

Commit 4505a9a

Browse files
Merge branch 'gh-pages' into dependabot/npm_and_yarn/js-yaml-4.1.1
2 parents 953f4d0 + 5bd4529 commit 4505a9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ To preview the website locally, we have two options: using Docker or using Bundl
6161

6262
## License
6363

64-
Content submitted to [expressjs.com](expressjs.com) is Creative Commons Attribution 4.0 International licensed, as found in the [LICENSE.md](LICENSE.md) file.
64+
Content submitted to [expressjs.com](https://expressjs.com/) is Creative Commons Attribution 4.0 International licensed, as found in the [LICENSE.md](LICENSE.md) file.

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)