docs icon indicating copy to clipboard operation
docs copied to clipboard

https URLs without trailing slash redirect to http with trailing slash, which redirects to https with trailing slash

Open janpio opened this issue 7 years ago • 3 comments

Terrible title, but this is what is going on:

https://docs.fastlane.tools/actions/zip => http://docs.fastlane.tools/actions/zip/ => https://docs.fastlane.tools/actions/zip/

The second URL is not a useful redirect.

janpio avatar Jul 31 '18 08:07 janpio

I could not figure out where the redirects are defined. Is this a Github Pages thing @KrauseFx?

janpio avatar Jul 31 '18 10:07 janpio

https://github.com/fastlane/docs/blob/master/scripts/ci/generate_redirects.rb

KrauseFx avatar Feb 21 '20 16:02 KrauseFx

and https://github.com/fastlane/docs/blob/master/scripts/ci/available_redirects.rb

KrauseFx avatar Feb 21 '20 16:02 KrauseFx