Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
update the faq redirect to reflect the new file location
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Mar 27, 2024
1 parent cc9cef4 commit 6f810a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

:::

Expand Down
2 changes: 1 addition & 1 deletion nginx/includes/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 6f810a3

Please sign in to comment.