Skip to content

Commit 9fdec77

Browse files
committed
Docs: Update HTTP -> HTTPS
URLs updated to use HTTPS protocol where appropriate to improve security and privacy.
1 parent 5b843a0 commit 9fdec77

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai
4040

4141
## Attribution
4242

43-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
43+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://contributor-covenant.org/version/1/4][version]
4444

45-
[homepage]: http://contributor-covenant.org
46-
[version]: http://contributor-covenant.org/version/1/4/
45+
[homepage]: https://contributor-covenant.org
46+
[version]: https://contributor-covenant.org/version/1/4/

ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Do you want to ask a question? Are you looking for support? The Atom message boa
99
### Prerequisites
1010

1111
* [ ] Put an X between the brackets on this line if you have done all of the following:
12-
* Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
13-
* Followed all applicable steps in the debugging guide: http://flight-manual.atom.io/hacking-atom/sections/debugging/
12+
* Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
13+
* Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
1414
* Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
1515
* Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
1616
* Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Using [Chocolatey](https://chocolatey.org)? Run `cinst Atom` to install the late
4646

4747
Atom is only available for 64-bit Linux systems.
4848

49-
Configure your distribution's package manager to install and update Atom by following the [Linux installation instructions](http://flight-manual.atom.io/getting-started/sections/installing-atom/#platform-linux) in the Flight Manual. You will also find instructions on how to install Atom's official Linux packages without using a package repository, though you will not get automatic updates after installing Atom this way.
49+
Configure your distribution's package manager to install and update Atom by following the [Linux installation instructions](https://flight-manual.atom.io/getting-started/sections/installing-atom/#platform-linux) in the Flight Manual. You will also find instructions on how to install Atom's official Linux packages without using a package repository, though you will not get automatic updates after installing Atom this way.
5050

5151
### Archive extraction
5252

docs/apm-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Returns package details and versions for a single package
8383
Parameters:
8484

8585
- **engine** (optional) - Only show packages with versions compatible with this
86-
Atom version. Must be valid [SemVer](http://semver.org).
86+
Atom version. Must be valid [SemVer](https://semver.org).
8787

8888
Returns:
8989

0 commit comments

Comments
 (0)