Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2022-10-29 09:09:35 +00:00
parent 84d4c92dd1
commit bee7fbe958
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ export default {
</p>
<p>
<a
:href="`${workingWithProjectsHelpPath}#push-to-create-a-new-project`"
:href="`${workingWithProjectsHelpPath}#create-a-new-project-with-git-push`"
class="gl-font-sm"
target="_blank"
>{{ $options.i18n.helpLinkText }}</a

View File

@ -71,7 +71,7 @@ describe('New project push tip popover', () => {
it('displays a link to open the push command help page reference', () => {
expect(findHelpLink().attributes().href).toBe(
`${workingWithProjectsHelpPath}#push-to-create-a-new-project`,
`${workingWithProjectsHelpPath}#create-a-new-project-with-git-push`,
);
});
});