Skip to content

Commit b785b8b

Browse files
committed
Fixed broken links.
1 parent 24813b1 commit b785b8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/core/standard-library/cryptography/cryptography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ Keep in mind that, thanks to Wasm being our execution environment, contract exec
7171
In most cases the perceived need to move hashing into a host function is premature optimization and
7272
not actually needed.
7373

74-
[check this page]: ../../architecture/gas
74+
[check this page]: ../../architecture/gas.md
7575
[source code]: https://github.com/CosmWasm/cosmwasm/blob/main/packages/vm/src/environment.rs#L62-L101

docs/core/standard-library/math/math.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ only shows the unsigned case but the signed types work the same way.
1616
`::to_*` are functions on the source type and `::new`/`::from_*` are functions on the destination
1717
type.
1818

19-
[integers]: ./integers
20-
[decimals]: ./decimals
19+
[integers]: ./integers.md
20+
[decimals]: ./decimals.md

0 commit comments

Comments
 (0)