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;