Skip to content

Commit fb8babf

Browse files
authored
Merge pull request #7114 from DCtheGeek/dmc-links-containers
Links: Visualstudio - containers
2 parents ba84b1e + 683b86b commit fb8babf

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

docs/containers/container-tools-react.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ You can now pull the container from the registry to any host capable of running
240240

241241
## Additional resources
242242

243-
* [Container development with Visual Studio](/visualstudio/containers)
243+
* [Container development with Visual Studio](./index.yml)
244244
* [Troubleshoot Visual Studio development with Docker](troubleshooting-docker-errors.md)
245245
* [Visual Studio Container Tools GitHub repository](https://github.com/Microsoft/DockerTools)
246246

@@ -249,4 +249,4 @@ You can now pull the container from the registry to any host capable of running
249249
::: moniker-end
250250
::: moniker range=">=vs-2019"
251251
[0]:media/hosting-web-apps-in-docker/vs-acr-provisioning-dialog-2019.png
252-
::: moniker-end
252+
::: moniker-end

docs/containers/container-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ ms.topic: include
2323

2424
## Additional resources
2525

26-
* [Container development with Visual Studio](/visualstudio/containers)
26+
* [Container development with Visual Studio](./index.yml)
2727
* [Troubleshoot Visual Studio development with Docker](troubleshooting-docker-errors.md)
28-
* [Visual Studio Container Tools GitHub repository](https://github.com/Microsoft/DockerTools)
28+
* [Visual Studio Container Tools GitHub repository](https://github.com/Microsoft/DockerTools)

docs/containers/deploy-docker-hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Set up continuous integration and delivery (CI/CD) with [Azure Pipelines](/azure
5151
## See also
5252

5353
[Deploy to Azure App Service](deploy-app-service.md)
54-
[Visual Studio Container Tools](/visualstudio/containers/).
54+
[Visual Studio Container Tools](./index.yml).

docs/containers/edit-and-refresh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Get more details by reading [How Visual Studio builds containerized apps](contai
164164

165165
## More about Docker with Visual Studio, Windows, and Azure
166166

167-
* Learn more about [container development with Visual Studio](/visualstudio/containers).
167+
* Learn more about [container development with Visual Studio](./index.yml).
168168
* To build and deploy a Docker container, see [Docker integration for Azure Pipelines](https://marketplace.visualstudio.com/items?itemName=ms-vscs-rm.docker).
169169
* For an index of Windows Server and Nano Server articles, see [Windows container information](/virtualization/windowscontainers/).
170-
* Learn about [Azure Kubernetes Service](https://azure.microsoft.com/services/kubernetes-service/) and review the [Azure Kubernetes Service documentation](/azure/aks).
170+
* Learn about [Azure Kubernetes Service](https://azure.microsoft.com/services/kubernetes-service/) and review the [Azure Kubernetes Service documentation](/azure/aks).

docs/containers/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ landingContent:
3030
- text: Docker in Visual Studio
3131
url: container-tools.md
3232
- text: Running build tools in a container
33-
url: /visualstudio/install/build-tools-container
33+
url: ../install/build-tools-container.md
3434
- text: Visual Studio Tools for Kubernetes
3535
url: tutorial-kubernetes-tools.md
3636

docs/containers/tutorial-multicontainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Add a project to the same solution and call it *MyWebAPI*. Select **API** as the
8080
```
8181

8282
> [!NOTE]
83-
> In real-world code, you shouldn't dispose `HttpClient` after every request. For best practices, see [Use HttpClientFactory to implement resilient HTTP requests](https://docs.microsoft.com/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests).
83+
> In real-world code, you shouldn't dispose `HttpClient` after every request. For best practices, see [Use HttpClientFactory to implement resilient HTTP requests](/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests).
8484
8585
For .NET Core 3.1 in Visual Studio 2019 or later, the Web API template uses a WeatherForecast API, so uncomment that line and comment out the line for ASP.NET 2.x.
8686

@@ -189,4 +189,4 @@ Look at the options for deploying your [containers to Azure](/azure/containers).
189189
## See also
190190
191191
[Docker Compose](https://docs.docker.com/compose/)
192-
[Container Tools](/visualstudio/containers/)
192+
[Container Tools](./index.yml)

docs/containers/view-and-diagnose-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ Learn more about the Container Tools available in Visual Studio by reading the [
104104

105105
## See also
106106

107-
[Container Development in Visual Studio](/visualstudio/containers)
107+
[Container Development in Visual Studio](./index.yml)
108108

109-
[Extensions Marketplace for Visual Studio](https://marketplace.visualstudio.com/)
109+
[Extensions Marketplace for Visual Studio](https://marketplace.visualstudio.com/)

0 commit comments

Comments
 (0)