redirect_to mangled URLs
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 11.9k
- Forks
- 1.5k
- Avg merge
- 17h 55m
- Merged PRs (30d)
- 3
Description
both the index at liquid/tags/ and at liquid/filters/ redirect to mangled URLs.
(https://shopify.github.io/liquid//liquid/liquid/tags/control-flow and https://shopify.github.io/liquid//liquid/liquid/filters/abs respectively)
Removing the initial slash for the redirect_to value in the markdown files might fix the consecutive slash problem
(https://github.com/Shopify/liquid/blob/gh-pages/tags/index.md and https://github.com/Shopify/liquid/blob/gh-pages/filters/index.md)
but there's more going on.
redirect_to: /liquid/tags/control-flow
redirect_to: /liquid/filters/abs
Contributor guide
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 with gh-pages/tags/index.md and gh-pages/filters/index.md, where the redirect_to values are defined. Check how those values are combined with the site path, then verify that the tags and filters indexes redirect to the shown control-flow and abs URLs without duplicated path segments or slashes.】【。
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100