Skip to content

Commit 0923e5c

Browse files
authored
Merge pull request #2994 from MicrosoftDocs/revert-2972-broken-link-fix-ramiMSFT
Revert "Broken link fix"
2 parents b0d27db + 41cfe55 commit 0923e5c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/artifacts/concepts/best-practices.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Follow these guidelines and best practices when creating or publishing your pack
1818

1919
- **Each repository should only reference one feed**:
2020

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.
2222

2323
- **Automatically publish newly created packages to your feed**:
2424

@@ -46,7 +46,7 @@ Follow these guidelines and best practices when consuming packages from feeds an
4646

4747
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.
4848

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).
5050

5151
- **Sources not in your organization but in the same AAD tenant should be added using the feed locator**:
5252

@@ -65,6 +65,6 @@ Follow these guidelines and best practices when consuming packages from feeds an
6565
> [!div class="nextstepaction"]
6666
> [Get started with Azure Artifacts)](../start-using-azure-artifacts.md)
6767
> [Artifacts storage breakdown](../artifact-storage.md)
68-
> [What are feeds?](/azure/devops/artifacts/concepts/feeds)
69-
> [What are feed views?](/azure/devops/artifacts/concepts/views)
70-
> [Understand upstream sources](/azure/devops/artifacts/concepts/upstream-sources)
68+
> [What are feeds?](/feeds.md)
69+
> [What are feed views?](/views.md)
70+
> [Understand upstream sources](/upstream-sources.md)

docs/pipelines/artifacts/artifacts-overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Each kind of artifact has a different way of being published and consumed. Some
3333
#### [NuGet](#tab/nuget/)
3434

3535
- [Publish a NuGet package using the command line](../../artifacts/nuget/publish.md)
36-
- [Publish to NuGet feeds (YAML/Classic)](/azure/devops/pipelines/artifacts/nuget)
36+
- [Publish to NuGet feeds (YAML/Classic)](/nuget.md)
3737
- [Consume NuGet packages](../../artifacts/nuget/consume.md)
3838

3939
#### [Npm](#tab/npm/)
4040

4141
- [Publish an npm package from the command line](../../artifacts/npm/publish.md)
42-
- [Publish npm packages (YAML/Classic)](/azure/devops/pipelines/tasks/package/npm#publish-npm-packages)
42+
- [Publish npm packages (YAML/Classic)](/npm.md)
4343
- [Consume NuGet packages](../../artifacts/get-started-npm.md)
4444

4545
#### [Python](#tab/python/)

0 commit comments

Comments
 (0)