cowprotocol / cowprotocol/learn
bug: fix temp redirects
Open
Nobody has claimed this yet.
bug
- Dominant language
- Svelte
- Stars
- 3
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Right now these URLs have a temporary redirect:
- https://learn.cow.fi/ has a 307 temp redirect to https://learn.cow.fi/tutorial/getting-started-order
- https://learn.cow.fi/tutorial redirects (307 temp) to https://learn.cow.fi/tutorial/getting-started-order
I'd suggest we try serving https://learn.cow.fi/tutorial/getting-started-order (the destination of both the temporary redirects above) on the root domain (https://learn.cow.fi/)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the routing or deployment configuration that handles / and /tutorial, then inspect how each currently redirects. Use curl against the listed URLs to verify the change; done means both URLs serve the getting-started-order page without temporary redirects.
Written by the indexing model from the issue text.
Assessment
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100