From 3a91dfc8c94575dc77b9362b8779d7c0550480ed Mon Sep 17 00:00:00 2001 From: BitcoinZavior Date: Thu, 13 Oct 2022 21:18:27 -0400 Subject: [PATCH] link for env setup --- docs/tutorials/exploring_bdk_rn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/exploring_bdk_rn.md b/docs/tutorials/exploring_bdk_rn.md index a139d61499..06b13fa823 100644 --- a/docs/tutorials/exploring_bdk_rn.md +++ b/docs/tutorials/exploring_bdk_rn.md @@ -20,7 +20,7 @@ The tutorial will focus on bitcoin and `bdk-rn` concepts and API. So it will glo ### Prerequisites -In order to use bdk-rn in a React Native App, a React Native development environment is required. Please refer to resources out there on the internet if you need to set this up, here is one of many good resources to guide you https://reactnative.dev/docs/environment-setup +In order to use bdk-rn in a React Native App, a React Native development environment is required. Please refer to resources out there on the internet if you need to set this up, here is one of many good resources to guide you on [environment setup](https://reactnative.dev/docs/environment-setup) ### Bitcoin Basics -- 2.49.0