Skip to content

Commit

Permalink
fix(devx): use https
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Nov 12, 2024
1 parent 3f99dc3 commit 36d4be0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/iota-storage/src/object_store/http/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 ( ~ ).
Expand Down
2 changes: 1 addition & 1 deletion sdk/create-dapp/templates/react-e2e-counter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sdk/wallet-standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 36d4be0

Please sign in to comment.