Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update multiple links to use https instead of http #6338

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# http://editorconfig.org
# https://editorconfig.org
root = true

[*]
Expand Down
6 changes: 3 additions & 3 deletions Charter.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ alike.

Express is made of many modules spread between three GitHub Orgs:

- [expressjs](http://github.com/expressjs/): Top level middleware and
- [expressjs](https://github.com/expressjs/): Top level middleware and
libraries
- [pillarjs](http://github.com/pillarjs/): Components which make up
- [pillarjs](https://github.com/pillarjs/): Components which make up
Express but can also be used for other web frameworks
- [jshttp](http://github.com/jshttp/): Low level HTTP libraries
- [jshttp](https://github.com/jshttp/): Low level HTTP libraries

### 1.2: Out-of-Scope

Expand Down
2 changes: 1 addition & 1 deletion Collaborator-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Open issues for the expressjs.com website in https://github.com/expressjs/expres
## PRs and Code contributions

* Tests must pass.
* Follow the [JavaScript Standard Style](http://standardjs.com/) and `npm run lint`.
* Follow the [JavaScript Standard Style](https://standardjs.com/) and `npm run lint`.
* If you fix a bug, add a test.

## Branches
Expand Down
2 changes: 1 addition & 1 deletion Release-Process.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Before publishing, the following preconditions should be met:
below) will exist documenting:
- the proposed changes
- the type of release: patch, minor or major
- the version number (according to semantic versioning - http://semver.org)
- the version number (according to semantic versioning - https://semver.org)
- The proposed changes should be complete.

There are two main release flows: patch and non-patch.
Expand Down