From f6f9cb195159ba1d1d808a1a611bc34dac674be8 Mon Sep 17 00:00:00 2001 From: Bri <92327786+briwylde08@users.noreply.github.com> Date: Thu, 1 Sep 2022 06:36:25 -0600 Subject: [PATCH] Fixed a couple of links Removed .mdx from two links to testnet/pubnet section --- .../enabling-cross-border-payments/setting-up-test-server.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/anchoring-assets/enabling-cross-border-payments/setting-up-test-server.mdx b/docs/anchoring-assets/enabling-cross-border-payments/setting-up-test-server.mdx index 80370d4b3..17472b94b 100644 --- a/docs/anchoring-assets/enabling-cross-border-payments/setting-up-test-server.mdx +++ b/docs/anchoring-assets/enabling-cross-border-payments/setting-up-test-server.mdx @@ -6,11 +6,11 @@ sidebar_position: 30 import { CodeExample } from "@site/src/components/CodeExample"; import { Alert } from "@site/src/components/Alert"; -Before setting up a server that connects to live banking rails and real money, you should build out a test rig connected to the [Stellar test network](../../fundamentals-and-concepts/testnet-and-pubnet). The testnet works just like the main Stellar network, but it uses test data and allows you to fund test accounts for free using a tool called [Friendbot](../../fundamentals-and-concepts/testnet-and-pubnet.mdx#friendbot). +Before setting up a server that connects to live banking rails and real money, you should build out a test rig connected to the [Stellar test network](../../fundamentals-and-concepts/testnet-and-pubnet). The testnet works just like the main Stellar network, but it uses test data and allows you to fund test accounts for free using a tool called [Friendbot](../../fundamentals-and-concepts/testnet-and-pubnet#friendbot). -Note: the testnet is reset every three months, so when building on it, make sure you have a plan to recreate necessary accounts and other data. For more info, check out the [best practices for using the testnet](../../fundamentals-and-concepts/testnet-and-pubnet.mdx/). +Note: the testnet is reset every three months, so when building on it, make sure you have a plan to recreate necessary accounts and other data. For more info, check out the [best practices for using the testnet](../../fundamentals-and-concepts/testnet-and-pubnet).