Skip to content

Correct Beta anchor on the link

Denys Mishunov requested to merge dmishunov/beta-anchor-on-badge into master

What does this MR do and why?

Updates the link to "Beta" when the duo_chat_beta flag is enabled.

Screenshots or screen recordings

Before After
Screenshot_2023-11-16_at_12.24.55 Screenshot_2023-11-16_at_12.27.15

How to set up and validate locally

  • Set up Duo Chat
  • Enable the duo_chat_beta flag (in your rails console: Feature.enable(:duo_chat_beta))
  • Open chat (Help - GitLab Duo Chat)
  • In the chat's header, note the Beta button. Click it
  • The anchor in the text saying "Beta" should point to "Beta" documentation and not "Experiment"

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Denys Mishunov

Merge request reports