From 490c16726d1e52cab0beae87bd12affe500d3923 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:32:06 -0500 Subject: [PATCH 1/2] Update index.mdx --- .../getting-started/install/index.mdx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/developer-docs/getting-started/install/index.mdx b/docs/developer-docs/getting-started/install/index.mdx index 3ee40dd16f..19252f4f39 100644 --- a/docs/developer-docs/getting-started/install/index.mdx +++ b/docs/developer-docs/getting-started/install/index.mdx @@ -252,9 +252,7 @@ fn hello() -> String { ### TypeScript / JavaScript -By default, the TypeScript and JavaScript CDK, known as Azle, is installed with `dfx`. -To install it manually, you can follow -[these steps](https://demergent-labs.github.io/azle/get_started.html). +The TypeScript and JavaScript CDK, known as Azle, is supported by `dfx`. Learn more about how to [install and use Azle](https://internetcomputer.org/docs/current/developer-docs/backend/typescript/). :::caution @@ -264,9 +262,7 @@ Azle is currently in beta and should be used with caution. ### Python -The Python CDK, known as Kybra, is installed with `dfx`. To install it manually, -you can follow [these steps](https://demergent-labs.github.io/kybra/installation.html). - +The Python CDK, known as Kybra, is supported by `dfx`. Learn more about how to [install and use Kybra](https://internetcomputer.org/docs/current/developer-docs/backend/python/). :::caution @@ -280,7 +276,7 @@ Solidity smart contracts can be created using the Bitfinity EVM. To use the Bitfinity EVM, you can make calls to the [Bitfinity mainnet or testnet](https://docs.bitfinity.network/getting-started/network-endpoints). -[Learn more about how to use the Bitfinity EVM](https://docs.bitfinity.network/ic-agent/overview) +Learn more about how to use the [Bitfinity EVM](https://docs.bitfinity.network/ic-agent/overview). :::caution Bitfinity EVM is currently in beta and should be used with caution. @@ -288,8 +284,7 @@ Bitfinity EVM is currently in beta and should be used with caution. ### C++ -C++ is supported through the ICPP-pro CDK. To install it, follow the instructions -[here](https://docs.icpp.world/installation.html) +C++ is supported through the [ICPP-pro CDK](https://docs.icpp.world/installation.html). ## Next steps From dedd544f40dc84d2156d4a175456ece8887a134b Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:32:48 -0500 Subject: [PATCH 2/2] Update index.mdx --- docs/developer-docs/getting-started/install/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer-docs/getting-started/install/index.mdx b/docs/developer-docs/getting-started/install/index.mdx index 19252f4f39..d422ed81c3 100644 --- a/docs/developer-docs/getting-started/install/index.mdx +++ b/docs/developer-docs/getting-started/install/index.mdx @@ -252,7 +252,7 @@ fn hello() -> String { ### TypeScript / JavaScript -The TypeScript and JavaScript CDK, known as Azle, is supported by `dfx`. Learn more about how to [install and use Azle](https://internetcomputer.org/docs/current/developer-docs/backend/typescript/). +The TypeScript and JavaScript CDK, known as Azle, is supported by `dfx`. Learn more about how to [install and use Azle](/docs/current/developer-docs/backend/typescript/). :::caution @@ -262,7 +262,7 @@ Azle is currently in beta and should be used with caution. ### Python -The Python CDK, known as Kybra, is supported by `dfx`. Learn more about how to [install and use Kybra](https://internetcomputer.org/docs/current/developer-docs/backend/python/). +The Python CDK, known as Kybra, is supported by `dfx`. Learn more about how to [install and use Kybra](/docs/current/developer-docs/backend/python/). :::caution