Skip to content

Commit 0452488

Browse files
committed
fix broken image
1 parent ab8637f commit 0452488

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

labs/docs/documentation/system_administrators/terraform_toc/terraform_advanced_readme/terraform_provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ The *_URL variables can be used to override the dafault urls associated with the
4747
## Remarks
4848

4949
- Grid terraform provider is hosted on terraform registry [here](https://registry.terraform.io/providers/threefoldtech/grid/latest/docs?pollNotifications=true)
50-
- All provider input variables and their description can be found [here](https://github.com/threefoldtech/terraform-provider-grid/blob/development/docs/index)
50+
- All provider input variables and their description can be found [here](https://github.com/threefoldtech/terraform-provider-grid/blob/development/docs/index.md)
5151
- Capitalized environment variables can be used instead of writing them in the provider (e.g. MNEMONIC)

labs/docs/documentation/system_administrators/terraform_toc/terraform_resources_readme/terraform_vm_gateway.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In this section, we provide the basic information for a VM web gateway using Ter
1313

1414
## Expose with Prefix
1515

16-
A complete list of gateway name workload parameters can be found [here](https://github.com/threefoldtech/terraform-provider-grid/blob/development/docs/resources/name_proxy).
16+
A complete list of gateway name workload parameters can be found [here](https://github.com/threefoldtech/terraform-provider-grid/blob/development/docs/resources/name_proxy.md).
1717

1818
```
1919
terraform {
@@ -91,7 +91,7 @@ Here
9191

9292
## Expose with Full Domain
9393

94-
A complete list of gateway fqdn workload parameters can be found [here](https://github.com/threefoldtech/terraform-provider-grid/blob/development/docs/resources/fqdn_proxy).
94+
A complete list of gateway fqdn workload parameters can be found [here](https://github.com/threefoldtech/terraform-provider-grid/blob/development/docs/resources/fqdn_proxy.md).
9595

9696
it is more like the above example the only difference is you need to create an `A record` on your name provider for `remote.omar.grid.tf` to gateway node `7` IPv4.
9797

labs/docs/documentation/threefold_token/tft_bridges/bsc_stellar_bridge/bsc_stellar_bridge.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ In this method, you use the Bridge directly. Thus, it is normal if you do not se
9696
* Switch the network to `Binance chain` . You will have to create a new network with following information):
9797
* Mainnet
9898
* Network Name: Smart Chain
99-
* New RPC URL: https://bsc-dataseed.bnbchain.org/
99+
* New RPC URL: `https://bsc-dataseed.bnbchain.org/`
100100
* ChainID: 56
101101
* Symbol: BNB
102102
* Block Explorer URL: [https://bscscan.com](https://bscscan.com/)

0 commit comments

Comments
 (0)