docs
docs copied to clipboard
https URLs without trailing slash redirect to http with trailing slash, which redirects to https with trailing slash
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.
I could not figure out where the redirects are defined. Is this a Github Pages thing @KrauseFx?
https://github.com/fastlane/docs/blob/master/scripts/ci/generate_redirects.rb
and https://github.com/fastlane/docs/blob/master/scripts/ci/available_redirects.rb