aptos-labs / developer-docs

Source for the Aptos developer docs
https://aptos.dev
Apache License 2.0
845 stars 79 forks source link

Fix broken redirect #511

Closed jmintuitive closed 1 month ago

jmintuitive commented 1 month ago

Description

This redirect was causing an infinite loop of redirecting since urls don't care about capitalization.

Checklist

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
developer-docs-nextra ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2024 5:16pm
netlify[bot] commented 1 month ago

Deploy Preview for aptos-developer-docs ready!

Name Link
Latest commit f735e2fd890313eafc6eaecbc6085892904f86ef
Latest deploy log https://app.netlify.com/sites/aptos-developer-docs/deploys/66994cb00a28ad00085e6bae
Deploy Preview https://deploy-preview-511--aptos-developer-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

hariria commented 1 month ago

Actually URLs are case sensitive https://webmasters.stackexchange.com/questions/90339/why-are-urls-case-sensitive

hariria commented 1 month ago

The redirect was originally made here I believe: https://github.com/aptos-labs/developer-docs/pull/480 but seems like it's been tweaked since then