Skip to content

Commit 488ac38

Browse files
theekrystalleegitbook-bot
authored andcommitted
update broken links #47 #48 #49 #50
1 parent 3851f8e commit 488ac38

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core-concepts/smart-contracts/understanding-hederas-evm-differences-and-compatibility/for-evm-developers-migrating-to-hedera/json-rpc-relay-and-evm-tooling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ Fetches historical records of every block back to genesis. This is like one larg
120120

121121
**Note**: Development tools usually make a lot of requests to certain endpoints, especially during contract deployment. Be aware of rate limiting when deploying multiple large contracts.
122122

123-
**Note**: Enable [`development mode`](https://github.com/hashgraph/hedera-json-rpc-relay/blob/main/docs/dev-mode.md) to correctly assert revert messages of contract calls with `hardhat-chai-matchers`.
123+
**Note**: Enable [`development mode`](https://github.com/hiero-ledger/hiero-json-rpc-relay/blob/main/docs/dev-mode.md) to correctly assert revert messages of contract calls with `hardhat-chai-matchers`.
124124

125-
_**💡 See the full list of supported EVM tools**_ [_**here**_](https://github.com/hashgraph/hedera-json-rpc-relay/tree/main/tools)_**.**_
125+
_**💡 See the full list of supported EVM tools**_ [_**here**_](https://github.com/hiero-ledger/hiero-json-rpc-relay/tree/main/tools)_**.**_
126126
{% endhint %}
127127

128128
***

core-concepts/smart-contracts/understanding-hederas-evm-differences-and-compatibility/for-evm-developers-migrating-to-hedera/token-management-with-hedera-token-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ contract TokenManager {
7878

7979
## Additional Resources
8080

81-
* [**Access HTS Tokens Through the EVM**](https://docs.hedera.com/hedera/core-concepts/tokens/access-hts-tokens-through-the-evm)
81+
* [**Access HTS Tokens Through the EVM**](../../../tokens/erc-evm-compatible-tokenization.md)
8282
* [**HTS System Contract Functions**](https://github.com/hashgraph/hedera-smart-contracts/tree/main/contracts/system-contracts/hedera-token-service)

core-concepts/smart-contracts/understanding-hederas-evm-differences-and-compatibility/for-hedera-native-developers-adding-smart-contract-functionality/integrating-ed25519-accounts-and-advanced-features-into-smart-contracts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ Hedera’s dynamic key rotation allows you to update an account’s keys without
9292
## **References**
9393

9494
* [**HIP-632 Documentation**](https://hips.hedera.com/HIP/hip-632)
95-
* [**Hedera Account Service**](https://docs.hedera.com)
95+
* [**Hedera Account Service**](../../system-smart-contracts/hedera-account-service.md)

0 commit comments

Comments
 (0)