diff --git a/docs/pages/wallet-security/for-beginners-&-small-balances.mdx b/docs/pages/wallet-security/for-beginners-and-small-balances.mdx similarity index 100% rename from docs/pages/wallet-security/for-beginners-&-small-balances.mdx rename to docs/pages/wallet-security/for-beginners-and-small-balances.mdx diff --git a/docs/pages/wallet-security/intermediates-&-medium-funds.mdx b/docs/pages/wallet-security/intermediates-and-medium-funds.mdx similarity index 100% rename from docs/pages/wallet-security/intermediates-&-medium-funds.mdx rename to docs/pages/wallet-security/intermediates-and-medium-funds.mdx diff --git a/docs/pages/wallet-security/tools-&-resources.mdx b/docs/pages/wallet-security/tools-and-resources.mdx similarity index 100% rename from docs/pages/wallet-security/tools-&-resources.mdx rename to docs/pages/wallet-security/tools-and-resources.mdx diff --git a/public/_redirects b/public/_redirects index 3b062381..58e17207 100644 --- a/public/_redirects +++ b/public/_redirects @@ -2,3 +2,8 @@ # Remove .html extension from all pages (301 permanent redirect) /*.html /:splat 301 + +# Renamed files: & to 'and' for URL compatibility +/wallet-security/tools-&-resources /wallet-security/tools-and-resources 301 +/wallet-security/for-beginners-&-small-balances /wallet-security/for-beginners-and-small-balances 301 +/wallet-security/intermediates-&-medium-funds /wallet-security/intermediates-and-medium-funds 301