Warning banner for SSO/SAML authentication uses wrong URL for "Clone with HTTPS" documentation

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Summary

When authenticating with SSO or SAML, an info/warning banner is displayed at the top of the page, regarding steps required to push or pull via HTTPS. The banner states, "For more information, see Clone with HTTPS." "Clone with HTTPS" is hyperlinked with the wrong URL.

Here is the complete text of the banner:

Your account is authenticated with SSO or SAML. To push and pull over HTTPS with Git using this account, you must set a password or set up a Personal Access Token to use instead of a password. For more information, see Clone with HTTPS.

Steps to reproduce

I'm going to be overly specific here, because I have no idea of all the ways one might get that banner to appear.

  1. Visit office.com
  2. Authenticate via a USB security key
  3. Click on "Apps" in the left nav.
  4. Click on Gitlab in the apps list.
  5. View the banner at the top of the page.

Example Project

N/A

What is the current bug behavior?

The banner uses the text "Clone with HTTPS" to link to: https://gitlab.com/help/gitlab-basics/start-using-git#clone-with-https (which redirects to https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html#clone-with-https)

That page has no such anchor, and doesn't discuss the topic of cloning with HTTPS.

What is the expected correct behavior?

This URL would be far more relevant: https://docs.gitlab.com/ee/topics/git/clone.html#clone-with-https (or whatever equivalent under gitlab.com/help)

Relevant logs and/or screenshots

image

image

Output of checks

This bug happens on GitLab.com

Edited by 🤖 GitLab Bot 🤖