jekyll / jekyll-redirect-from

:twisted_rightwards_arrows: Seamlessly specify multiple redirections URLs for your pages and posts.
MIT License
782 stars 114 forks source link

CamelCase redirect not working #190

Closed AlasdairGray closed 5 years ago

AlasdairGray commented 5 years ago

I have outlined this issue on the GitHub Community Forum and repeat it here.

On the Bioschemas site we have setup redirects for several pages. Some of these work and others do not. Those that work only contain a single word in the final part of the URL whereas those that fail have a CamelCase word at the end. Examples would be

The form of the redirect statement is the same in both pages

https://github.com/BioSchemas/bioschemas.github.io/blob/master/_types/Protein.html

https://github.com/BioSchemas/bioschemas.github.io/blob/master/_types/BioChemEntity.html

How can I get these CamelCase redirects working?

AlasdairGray commented 5 years ago

Multiple redirects need to be defined in an array.