You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/artifacts/concepts/best-practices.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Follow these guidelines and best practices when creating or publishing your pack
18
18
19
19
-**Each repository should only reference one feed**:
20
20
21
-
A feed is an organizational construct to host packages. You can have multiple feeds for a project but a particular project should only reference one feed. If you want to use packages from multiple feeds, use [upstream sources](/azure/devops/artifacts/concepts/upstream-sources) to access packages from multiple feeds through a single upstream.
21
+
A feed is an organizational construct to host packages. You can have multiple feeds for a project but a particular project should only reference one feed. If you want to use packages from multiple feeds, use [upstream sources](upstream-sources.md) to access packages from multiple feeds through a single upstream.
22
22
23
23
-**Automatically publish newly created packages to your feed**:
24
24
@@ -46,7 +46,7 @@ Follow these guidelines and best practices when consuming packages from feeds an
46
46
47
47
If you want to consume packages from public registries such as NuGet.org or npmjs.com, you should consider adding upstream sources to your feed.
48
48
49
-
For more information, see [Understand upstream sources](/azure/devops/artifacts/concepts/upstream-sources) and [how to configure upstream sources](../how-to/set-up-upstream-sources.md).
49
+
For more information, see [Understand upstream sources](upstream-sources.md) and [how to configure upstream sources](../how-to/set-up-upstream-sources.md).
50
50
51
51
-**Sources not in your organization but in the same AAD tenant should be added using the feed locator**:
52
52
@@ -65,6 +65,6 @@ Follow these guidelines and best practices when consuming packages from feeds an
65
65
> [!div class="nextstepaction"]
66
66
> [Get started with Azure Artifacts)](../start-using-azure-artifacts.md)
0 commit comments