Fix framework link in policy migration merge request
What does this MR do and why?
This MR makes sure we're using absolute url for pointing to compliance framework instead of relative, which is parsed incorrectly inside of markdown
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
How to set up and validate locally
- Enable feature flag
ff_compliance_pipeline_maintenance_modein rails console (rails c):Feature.enable :ff_compliance_pipeline_maintenance_mode - Visit compliance center Docs
- Create a framework which uses pipeline configuration path
- Save framework, enter editing of this framework
- Click 'Migrate pipeline to a policy'
- Observe prefilled form
- Create merge request
- Observer description includes absolute url
Related to #474383 (closed)
