From 6f810a3e28ee3c8a9653fd59366f79b2b7e33d21 Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Wed, 27 Mar 2024 08:53:25 -0500 Subject: [PATCH] update the faq redirect to reflect the new file location --- docs/faq.mdx | 4 ++-- nginx/includes/redirects.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/faq.mdx b/docs/faq.mdx index 321ad59d..5c37410d 100644 --- a/docs/faq.mdx +++ b/docs/faq.mdx @@ -4,13 +4,13 @@ title: FAQs description: Frequently asked questions about Soroban on Stellar. sidebar_custom_props: migration: - href: https://developers.stellar.org/docs/smart-contracts/faq + href: https://developers.stellar.org/docs/learn/smart-contract-internals/faq label: FAQs --- :::danger These are not the droids you're looking for -This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/smart-contracts/faq) for the most up-to-date information +This page has been migrated to the Stellar Developers documentation. Please [click here](https://developers.stellar.org/docs/learn/smart-contract-internals/faq) for the most up-to-date information ::: diff --git a/nginx/includes/redirects.conf b/nginx/includes/redirects.conf index 7e746a08..9abaf820 100644 --- a/nginx/includes/redirects.conf +++ b/nginx/includes/redirects.conf @@ -70,4 +70,4 @@ rewrite "^/docs/getting-started(.*)$" "https://developers.stellar.org/docs/smart rewrite "^/docs/category/tokens$" "https://developers.stellar.org/docs/smart-contracts/tokens" permanent; rewrite "^/docs/tokens(.*)$" "https://developers.stellar.org/docs/smart-contracts/tokens$1" permanent; rewrite "^/docs/reference/freighter$" "https://developers.stellar.org/docs/smart-contracts/guides/freighter" permanent; -rewrite "^/docs/faq$" "https://developers.stellar.org/docs/smart-contracts/faq" permanent; +rewrite "^/docs/faq$" "https://developers.stellar.org/docs/learn/smart-contract-internals/faq" permanent;