Commit 0966783c authored by Phil Hughes's avatar Phil Hughes

Merge branch '12545-button-on-dependency-list-links-to-404' into 'master'

Fix 'learn more'-link on dependency page

Closes #12545

See merge request gitlab-org/gitlab-ee!14496
parents 50328c0e 1efa667b
- breadcrumb_title _('Dependency List')
- page_title _('Dependency List')
#js-dependencies-app{ data: { endpoint: project_security_dependencies_path(@project), documentation_path: help_page_path('user/application_security/dependency_scanning/index#dependency-list', anchor: 'dependency-list'), empty_state_svg_path: image_path('illustrations/Dependency-list-empty-state.svg') } }
#js-dependencies-app{ data: { endpoint: project_security_dependencies_path(@project), documentation_path: help_page_path('user/application_security/dependency_scanning/index', anchor: 'dependency-list'), empty_state_svg_path: image_path('illustrations/Dependency-list-empty-state.svg') } }
---
title: Fix 'learn more'-link on dependency page
merge_request: 14496
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment