Update component include to use $CI_SERVER_FQDN
What does this MR do and why?
Our new best practice when including CI components is to use $CI_SERVER_FQDN
instead of hard coding the domain name. This change will update the component detail page to use $CI_SERVER_FQDN
in the example use of include:component
.
Changelog: changed
Issue: #446050 (closed)
Screenshots or screen recordings
See that the include:component
example now uses $CI_SERVER_FQDN
Before | After |
---|---|