Skip to content

Commit 04b3d95

Browse files
authored
Revert "Change http to https for security links"
1 parent 9f5c401 commit 04b3d95

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/ADOPTERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Adopters
22
* [Advanced Telematics Systems](https://advancedtelematic.com/en/press-releases/ats-is-integrating-the-uptane-security-framework-for-over-the-air-software-updates-to-connected-vehicles.html)
33
* [Airbiquity](https://www.airbiquity.com/news/press-releases/airbiquity-unveils-new-otamatictm-release-further-strengthening-over-air-ota-software-and-data-management-offering-automotive)
4-
* [Automotive Grade Linux](https://docs.automotivelinux.org/docs/architecture/en/dev/reference/security/05-platform-security.html#agl-platform-software-update)
4+
* [Automotive Grade Linux](http://docs.automotivelinux.org/docs/architecture/en/dev/reference/security/05-platform-security.html#agl-platform-software-update)
55
* [Cloudflare](https://blog.cloudflare.com/pal-a-container-identity-bootstrapping-tool/)
66
* [DigitalOcean](https://github.com/digitalocean/do-agent)
77
* [Docker](https://blog.docker.com/2015/08/content-trust-docker-1-8/)

docs/METADATA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Metadata files provide information that clients can use to make update decisions
44

55
The signed metadata files always include the time they were created and their expiration dates. This ensures that outdated metadata will be detected and that clients can refuse to accept metadata older than that which they've already seen.
66

7-
All TUF metadata uses a subset of the JSON object format. When calculating the digest of an object, we use the [Canonical JSON](https://wiki.laptop.org/go/Canonical_JSON) format. Implementation-level detail about the metadata can be found in the [spec](docs/tuf-spec.txt).
7+
All TUF metadata uses a subset of the JSON object format. When calculating the digest of an object, we use the [Canonical JSON](http://wiki.laptop.org/go/Canonical_JSON) format. Implementation-level detail about the metadata can be found in the [spec](docs/tuf-spec.txt).
88

99
There are four required top-level roles and one optional top-level role, each with their own metadata file.
1010

docs/TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ updates.
7474
### Keys ###
7575
The repository tool supports multiple public-key algorithms, such as
7676
[RSA](https://en.wikipedia.org/wiki/RSA_%28cryptosystem%29) and
77-
[Ed25519](https://ed25519.cr.yp.to/), and multiple cryptography libraries.
77+
[Ed25519](http://ed25519.cr.yp.to/), and multiple cryptography libraries.
7878
Which cryptography library to use is determined by the default, or user modified,
7979
settings in [settings.py](../tuf/settings.py).
8080

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tox (https://tox.testrun.org/) is a tool for running tests
1+
# Tox (http://tox.testrun.org/) is a tool for running tests
22
# in multiple virtualenvs. This configuration file will run the
33
# test suite on all supported python versions. To use it, "pip install tox"
44
# and then run "tox" from this directory.

0 commit comments

Comments
 (0)