docs: update links for https security protocol (#22514)

This commit is contained in:
Wukingbow
2024-11-12 14:32:44 +00:00
committed by GitHub
parent 96a1c1c833
commit f1bd0d8358
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -92,11 +92,11 @@ However, this will change and evolve to support additional application-specific
structures that are human-readable and machine-verifiable.
Thus, we can have a canonical JSON structure for signing Cosmos messages using
the [JSON schema](http://json-schema.org/) specification as such:
the [JSON schema](https://json-schema.org/) specification as such:
```json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "https://json-schema.org/draft-04/schema#",
"$id": "cosmos/signing/typeData/schema",
"title": "The Cosmos signed message typed data schema.",
"type": "object",