Skip to content

Commit

Permalink
Merge pull request #547 from threefoldtech/development_urls
Browse files Browse the repository at this point in the history
fixed broken links
  • Loading branch information
khaledyoussef24 committed May 27, 2024
2 parents f1f54a9 + ed02e39 commit ce1fcf2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ In this guide, we go through the basic steps to deploy a [Hummingbot](https://hu

## Prerequisites

- [A TFChain account](../../../dashboard/wallet_connector.md)
- [A TFChain account](../../dashboard/wallet_connector.md)
- TFT in your TFChain account
- [Buy TFT](../../../threefold_token/buy_sell_tft/buy_sell_tft.md)
- [Send TFT to TFChain](../../../threefold_token/tft_bridges/tfchain_stellar_bridge.md)
- [Buy TFT](../../threefold_token/buy_sell_tft/buy_sell_tft.md)
- [Send TFT to TFChain](../../threefold_token/tft_bridges/tfchain_stellar_bridge.md)

## Deploy a Full VM

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ This means that, to execute, you just need to type `make run` and to destroy, yo

## Creating a Network

We address here how to create a [network](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/network).
We address here how to create a [network](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/yaml/network).

### Pulumi File

You can find the original file [here](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/network/Pulumi.yaml).
You can find the original file [here](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/yaml/network/Pulumi.yaml).

```yml
name: pulumi-provider-grid
Expand Down Expand Up @@ -206,7 +206,7 @@ outputs:

## Creating a Virtual Machine

Now, we will check an [example](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/virtual_machine) on how to create a virtual machine.
Now, we will check an [example](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/yaml/virtual_machine) on how to create a virtual machine.

Just like we've seen above, we will have two files `Makefile` and `Pulumi.yaml` where we describe the infrastructure.

Expand Down Expand Up @@ -320,7 +320,7 @@ That's it! You can now execute `make run` to bring the infrastructure up.

## Kubernetes

We now see how to deploy a [Kubernetes cluster using Pulumi](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/kubernetes/Pulumi.yaml).
We now see how to deploy a [Kubernetes cluster using Pulumi](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/yaml/kubernetes/Pulumi.yaml).

```yaml
content was removed for brevity
Expand Down Expand Up @@ -364,7 +364,7 @@ Now, we define the Kubernetes resource `grid:internal:Kubernetes` that has maste

## Creating a Domain

The ThreeFold Pulumi repository also covers examples on [how to work with TFGrid gateways](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/gateway_name/Pulumi.yaml).
The ThreeFold Pulumi repository also covers examples on [how to work with TFGrid gateways](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/yaml/gateway_name/Pulumi.yaml).

The basic idea is that you have a virtual machine workload on a specific IP, e.g. public IPv4, IPv6, or Planetary Network, and you want to access it using domains.

Expand Down Expand Up @@ -420,7 +420,7 @@ Some things to note:

### Example of a Fully Controlled Domain

Here's an [example](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/gateway_fqdn/Pulumi.yaml) of a more complicated, but fully controlled domain.
Here's an [example](https://github.com/threefoldtech/pulumi-provider-grid/blob/development/examples/yaml/gateway_fqdn/Pulumi.yaml) of a more complicated, but fully controlled domain.

```yml
code removed for brevity
Expand Down

0 comments on commit ce1fcf2

Please sign in to comment.