Update index.md with new installer url
What does this MR do and why?
It seems a gitlab url has changed and the redirect causes pipeline scripts to fail.
Screenshots or screen recordings!
How to set up and validate locally
- run
curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/devops-for-mobile-apps/load-secure-files/-/raw/main/installer"
you should see this which would cause a ci pipeline to fail
<html><body>You are being <a href="https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/load-secure-files/-/raw/main/installer">redirected</a>.</body></html>%
- run
curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/load-secure-files/-/raw/main/installer"
you should see the bash script we're looking for
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Phillip Shebel