From 14443b05b0630b5de18f8aafb66aaaf88f7c9ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Parrino?= Date: Mon, 12 Aug 2024 10:23:53 -0300 Subject: [PATCH] Update docs/2.build/4.web3-apps/chain-ui-tutorial.md Co-authored-by: andy-haynes <36863574+andy-haynes@users.noreply.github.com> --- docs/2.build/4.web3-apps/chain-ui-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.build/4.web3-apps/chain-ui-tutorial.md b/docs/2.build/4.web3-apps/chain-ui-tutorial.md index 9299630a907..3f37cbb6ef4 100644 --- a/docs/2.build/4.web3-apps/chain-ui-tutorial.md +++ b/docs/2.build/4.web3-apps/chain-ui-tutorial.md @@ -162,7 +162,7 @@ Once you've deployed your frontend, you can load the web application at `http:// - ``: `v1.chain-hosted-ui.testnet` or `v1.chainui.near` - ``: the NEAR account used to deploy, e.g. `myaccount.testnet` - ``: the application name you defined, e.g. `react-example` - - [Check this deployed example](http://ec2-54-185-81-147.us-west-2.compute.amazonaws.com/v1.chain-hosted-ui.testnet/solops2.testnet/react-example) + - [Check this deployed example](https://chain-hosted-ui.near.dev/v1.chain-hosted-ui.testnet/solops2.testnet/react-example) ### Redeployment