Skip to content

Commit d86f391

Browse files
authored
fix(gateway-contracts): resolve broken links from .md files
1 parent 0678911 commit d86f391

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

gateway-contracts/docs/SUMMARY.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
## Getting Started
66

77
- Deployment
8-
- [Deploy contracts locally](getting-started/local_deploy.md)
9-
- [Deploy contracts in Docker](getting-started/docker_deploy.md)
8+
- [Deploy contracts locally](getting-started/deployment/local_deploy.md)
9+
- [Deploy contracts in Docker](getting-started/deployment/docker_deploy.md)
1010
- Contracts
11-
- [GatewayConfig](contracts/gateway_config.md)
12-
- [KmsManagement](contracts/kms_management.md)
11+
- [GatewayConfig](getting-started/contracts/gateway_config.md)
12+
- [KmsManagement](getting-started/contracts/kms_management.md)

gateway-contracts/docs/getting-started/deployment/local_deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ make deploy-contracts-local
4040

4141
This:
4242

43-
- deploys the contracts through the `deployAllGatewayContracts` task found in [deploy.ts](../../../tasks/deploy.ts)
43+
- deploys the contracts through the `deployAllGatewayContracts` task found in [deploy.ts](../../../tasks/deployment/contracts.ts)
4444
- adds the host chains to the `GatewayConfig` contract through the `addHostChainsToGatewayConfig` task found in
4545
[addHostChains.ts](../../../tasks/addHostChains.ts)
4646

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Smart Contract selectors
22

3-
All smart contract selectors can be found in the [contract selectors](../contract_selectors.txt) file.
3+
All smart contract selectors can be found in the [contract selectors](../../selectors.txt) file.

0 commit comments

Comments
 (0)