From 36d4be0ef7f01fe322b1b77a769c2827ca553047 Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Tue, 12 Nov 2024 09:52:31 -0300 Subject: [PATCH] fix(devx): use https --- crates/iota-storage/src/object_store/http/mod.rs | 2 +- sdk/create-dapp/templates/react-e2e-counter/README.md | 2 +- sdk/wallet-standard/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/iota-storage/src/object_store/http/mod.rs b/crates/iota-storage/src/object_store/http/mod.rs index 678afd64a55..0f750a7193e 100644 --- a/crates/iota-storage/src/object_store/http/mod.rs +++ b/crates/iota-storage/src/object_store/http/mod.rs @@ -23,7 +23,7 @@ use crate::object_store::{ http::{gcs::GoogleCloudStorage, local::LocalStorage, s3::AmazonS3}, }; -// http://docs.aws.amazon.com/general/latest/gr/sigv4-create-canonical-request.html +// https://docs.aws.amazon.com/general/latest/gr/sigv4-create-canonical-request.html // // Do not URI-encode any of the unreserved characters that RFC 3986 defines: // A-Z, a-z, 0-9, hyphen ( - ), underscore ( _ ), period ( . ), and tilde ( ~ ). diff --git a/sdk/create-dapp/templates/react-e2e-counter/README.md b/sdk/create-dapp/templates/react-e2e-counter/README.md index abf75cd6185..53449d1692f 100644 --- a/sdk/create-dapp/templates/react-e2e-counter/README.md +++ b/sdk/create-dapp/templates/react-e2e-counter/README.md @@ -13,7 +13,7 @@ Client dApp using the following tools: - [pnpm](https://pnpm.io/) for package management For a full guide on how to build this dApp from scratch, visit this -[guide](http://docs.iota.org/guides/developer/app-examples/e2e-counter#frontend). +[guide](https://docs.iota.org/guides/developer/app-examples/e2e-counter#frontend). ## Deploying your Move code diff --git a/sdk/wallet-standard/README.md b/sdk/wallet-standard/README.md index 41b4c39e455..0e7c9aec5b7 100644 --- a/sdk/wallet-standard/README.md +++ b/sdk/wallet-standard/README.md @@ -3,4 +3,4 @@ A suite of standard utilities for implementing wallets and libraries based on the [Wallet Standard](https://github.com/wallet-standard/wallet-standard/). -**Documentation:** http://docs.iota.org/standards/wallet-standard +**Documentation:** https://docs.iota.org/standards/wallet-standard