Skip to content

Commit 6ed3439

Browse files
authored
fix(docs): Update multiple links to use https instead of http (#6338)
1 parent 327af12 commit 6ed3439

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# http://editorconfig.org
1+
# https://editorconfig.org
22
root = true
33

44
[*]

Charter.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ alike.
2020

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

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

2929
### 1.2: Out-of-Scope
3030

Collaborator-Guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Open issues for the expressjs.com website in https://github.com/expressjs/expres
77
## PRs and Code contributions
88

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

1313
## Branches

Release-Process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before publishing, the following preconditions should be met:
3131
below) will exist documenting:
3232
- the proposed changes
3333
- the type of release: patch, minor or major
34-
- the version number (according to semantic versioning - http://semver.org)
34+
- the version number (according to semantic versioning - https://semver.org)
3535
- The proposed changes should be complete.
3636

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

0 commit comments

Comments
 (0)