Commit fd9e7f89 authored by Mark Florian's avatar Mark Florian Committed by Filipa Lacerda

Update Dependency List documentation link

The Dependency List recently gained a dedicated documentation page[1].
This MR updates the "Learn more" link of the Dependency List view to
point to that new documentation.

As it was, the anchor on the previous link was broken, although the
linked page about Dependency Scanning does have an entry about the
Dependency List.

[1]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31147
parent 4996d628
- 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', 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_list/index'), empty_state_svg_path: image_path('illustrations/Dependency-list-empty-state.svg') } }
---
title: Fix the documentation link on the empty Dependency List page
merge_request: 15402
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