From 0e0de50cb1ce85f15bac73f301e748c9b558ee16 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Mon, 9 Sep 2024 13:50:46 +0530 Subject: [PATCH] (fix) Change example link --- pages/entropy/examples.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/entropy/examples.mdx b/pages/entropy/examples.mdx index 5f7945f0..8a6bd00a 100644 --- a/pages/entropy/examples.mdx +++ b/pages/entropy/examples.mdx @@ -1,4 +1,4 @@ # Example Applications -The [Coin Flip](https://github.com/pyth-network/pyth-crosschain/tree/main/target_chains/ethereum/examples/coin_flip) example demonstrates how to build a smart contract that +The [Coin Flip](https://github.com/pyth-network/pyth-examples/tree/main/entropy/coin_flip) example demonstrates how to build a smart contract that interacts with Pyth Entropy as well as a typescript client for that application.