Commit 28ea9b9d authored by Steve Abrams's avatar Steve Abrams

Update conan installation snippet to use project url

parent 61350e7b
......@@ -13,7 +13,7 @@
npm_help_path: help_page_path('user/packages/npm_registry/index'),
maven_path: package_registry_project_url(@project.id, :maven),
maven_help_path: help_page_path('user/packages/maven_repository/index'),
conan_path: package_registry_instance_url(:conan),
conan_path: package_registry_project_url(@project.id, :conan),
conan_help_path: help_page_path('user/packages/conan_repository/index'),
nuget_path: nuget_package_registry_url(@project.id),
nuget_help_path: help_page_path('user/packages/nuget_repository/index'),
......
---
title: Update conan remote instructions snippet to show project-level remote
merge_request: 42526
author:
type: changed
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