Draft: GitLab Chat: Fix what is a fork url
What does this MR do and why?
Fix "what is a fork" url.
Screenshots or screen recordings
| Url | 
|---|
|  | 
How to set up and validate locally
- Enable Tanuki Bot
- gdk update
- echo "Feature.enable(:openai_experimentation)" | rails c
- echo "Feature.enable(:tanki_bot)" | rails c
- echo "Feature.enable(:super_sidebar_nav)" | rails c
- gdk config set pgvector.enabled true
- gdk config set gitlab.rails.databases.embedding.enabled true
- gdk reconfigure
- (optional, if reconfigure fails) sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk /Library/Developer/CommandLineTools/SDKs/MacOSX13.0.sdk && gdk reconfigure
- run script from gitlab-com/gl-infra/production#10588 (comment 1373586079)
 
- Help > Ask GitLab Chat
- Verify "what is a fork" link
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 Sascha Eggenberger