diff --git a/docs/faq.mdx b/docs/faq.mdx index 266597bd..321ad59d 100644 --- a/docs/faq.mdx +++ b/docs/faq.mdx @@ -2,8 +2,18 @@ sidebar_position: 80 title: FAQs description: Frequently asked questions about Soroban on Stellar. +sidebar_custom_props: + migration: + href: https://developers.stellar.org/docs/smart-contracts/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 + +::: + Frequently asked questions about Soroban on Stellar. diff --git a/nginx/includes/redirects.conf b/nginx/includes/redirects.conf index 373faf53..7e746a08 100644 --- a/nginx/includes/redirects.conf +++ b/nginx/includes/redirects.conf @@ -2,7 +2,7 @@ rewrite "^/docs/category/examples$" "https://developers.stellar.org/docs/smart-c rewrite "^/docs/getting-started/run-rpc$" "https://developers.stellar.org/network/soroban-rpc/admin-guide" permanent; rewrite "^/docs/category/tutorials$" "https://developers.stellar.org/docs/smart-contracts/example-contracts" permanent; rewrite "^/docs/tutorials/deploy-to-futurenet$" "https://developers.stellar.org/docs/smart-contracts/getting-started/deploy-to-testnet" permanent; -rewrite "^/fundamentals-and-concepts/faq$" "/docs/faq" permanent; +rewrite "^/fundamentals-and-concepts/faq$" "https://developers.stellar.org/docs/smart-contracts/faq" permanent; rewrite "^/docs/examples/events$" "https://developers.stellar.org/docs/smart-contracts/example-contracts/events" permanent; rewrite "^/docs/learn/rust-dialect$" "https://developers.stellar.org/docs/learn/smart-contract-internals/rust-dialect" permanent; rewrite "^/docs/advanced-tutorials/liquidity-pool-b6f$" "https://developers.stellar.org/docs/smart-contracts/example-contracts/liquidity-pool" permanent; @@ -26,7 +26,7 @@ rewrite "^/docs/tutorials/stellar-asset-contract" "https://developers.stellar.or rewrite "^/docs/category/migrating-from-evm$" "https://developers.stellar.org/docs/learn/migrate/evm" permanent; rewrite "^/docs/fundamentals-and-concepts/migrating-from-evm(/.*)$" "https://developers.stellar.org/docs/learn/migrate/evm$1" permanent; rewrite "^/docs/reference/releases$" "https://developers.stellar.org/docs/reference/software-versions" permanent; -rewrite "^/docs/fundamentals-and-concepts/faq$" "/docs/faq" permanent; +rewrite "^/docs/fundamentals-and-concepts/faq$" "https://developers.stellar.org/docs/smart-contracts/faq" permanent; rewrite "^/docs/reference/testnet$" "https://developers.stellar.org/docs/reference/networks" permanent; rewrite "^/docs/fundamentals-and-concepts/(built-in-types|custom-types|fully-typed-contracts)$" "https://developers.stellar.org/docs/learn/smart-contract-internals/types/$1" permanent; rewrite "^/docs/fundamentals-and-concepts/invoking-contracts-with-transactions$" "https://developers.stellar.org/docs/learn/smart-contract-internals/contract-interactions/stellar-transaction" permanent; @@ -70,3 +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;