diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-23 14:47:07 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-26 22:03:04 +0200 |
commit | ce5661f937afd235a4cebcb3710c3c84aacfdace (patch) | |
tree | d1858cfdeccaf5c461f7f568323e47b4b0c16eb7 /doc/development/go_guide | |
parent | 9e85bd62364e3d408a2b4e9bbcdf32f8ba9cbaf2 (diff) | |
download | gitlab-ce-docs/license-compliance-rename.tar.gz |
Rename all filenames and occurrences to License Compliancedocs/license-compliance-rename
- New redirect doc/user/application_security/license_compliance/index.md
- Renaming of images.
- Some links that were pointing to the old location are fixed.
Diffstat (limited to 'doc/development/go_guide')
-rw-r--r-- | doc/development/go_guide/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/go_guide/index.md b/doc/development/go_guide/index.md index 83444093f9c..2df0e846671 100644 --- a/doc/development/go_guide/index.md +++ b/doc/development/go_guide/index.md @@ -94,7 +94,7 @@ become available, you will be able to share job templates like this Dependencies should be kept to the minimum. The introduction of a new dependency should be argued in the merge request, as per our [Approval Guidelines](../code_review.md#approval-guidelines). Both [License -Management](../../user/project/merge_requests/license_management.md) +Management](../../user/application_security/license_compliance/index.md) **(ULTIMATE)** and [Dependency Scanning](../../user/application_security/dependency_scanning/index.md) **(ULTIMATE)** should be activated on all projects to ensure new dependencies |