diff --git a/docs/about-settlemint/0_intro.mdx b/docs/about-settlemint/0_intro.mdx index e2df9bfd..7d2c8177 100644 --- a/docs/about-settlemint/0_intro.mdx +++ b/docs/about-settlemint/0_intro.mdx @@ -48,7 +48,7 @@ Learn how to get started building blockchain applications on SettleMint image='' title="Install On-Premise" description="Learn about the supported blockchains that you can use" - page="/documentation/docs/launch-platform/self-hosted/download/download-portal/" + page="/documentation/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction/" /> diff --git a/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/quick-start-examples-trial-installation/installation-gcp-terraform.md b/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/quick-start-examples-trial-installation/installation-gcp-terraform.md index 838b5ae9..5e2c6e1e 100644 --- a/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/quick-start-examples-trial-installation/installation-gcp-terraform.md +++ b/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/quick-start-examples-trial-installation/installation-gcp-terraform.md @@ -3,7 +3,7 @@ sidebar_position: 1 sidebar_label: 'Sandbox Installation: BTP on Google Cloud Platform with Terraform' --- -# BTP on Goodle Cloud Platform +# BTP on Google Cloud Platform ## **For DEMO purposes only.** *This is not production ready solution. We run all components locally and not in HA mode. For production, we suggest running PostgreSQL, Redis, and Vault outside of the cluster.* @@ -74,7 +74,7 @@ You will get a Client ID and Client secret at the end of this process, note them Below you will find instruction how to setup BTP platform on GCP with terraform code. It consist 2 steps and manual step, as we need to preconfigure public DNS zone to access BTP platform. clone the following github repository: -```sh +```sh git clone git@github.com:settlemint/tutorial-btp-on-gcp.git ```