Skip to content

Commit c2fdf94

Browse files
committed
Fix broken links
1 parent 47c66a9 commit c2fdf94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/wcfapp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ WCF service is supported on .NET Framework, which can run in Windows Server Core
4545

4646
### Build a Container with IIS-hosted WCF Service
4747

48-
Project `WcfServiceWebApp` is created from 'WCF Service Application' template in Visual Studio. A [Dockerfile](Dockerfile.web) is added to the project. We use a [WCF image](../README.wcf.md) as the base image, which has both HTTP and NET.TCP protocols enabled in IIS and exposes ports 80 (for HTTP) and 808 (for NET.TCP) for the container. We use the WCF image with tag `4.8` for .NET Framework 4.8 in this example, but you can change it to use other tags (eg. `4.7.2`) for WCF images with different versions of .NET Framework. The [WCF Tag Listing](../../README.wcf.md#full-tag-listing) has the complete list of supported WCF tags.
48+
Project `WcfServiceWebApp` is created from 'WCF Service Application' template in Visual Studio. A [Dockerfile](Dockerfile.web) is added to the project. We use a [WCF image](../../README.wcf.md) as the base image, which has both HTTP and NET.TCP protocols enabled in IIS and exposes ports 80 (for HTTP) and 808 (for NET.TCP) for the container. We use the WCF image with tag `4.8` for .NET Framework 4.8 in this example, but you can change it to use other tags (eg. `4.7.2`) for WCF images with different versions of .NET Framework. The [WCF Tag Listing](../../README.wcf.md#full-tag-listing) has the complete list of supported WCF tags.
4949

5050
Run commands below to build the container image with name `iishostedwcfservice` and start an instance of it named `myservice1`. Docker parameter `-d` will run the container in background (detached mode).
5151

@@ -65,7 +65,7 @@ docker inspect --format="{{.NetworkSettings.Networks.nat.IPAddress}}" myservice1
6565

6666
### Build a Container with Self-hosted WCF Service
6767

68-
Project `WcfServiceConsoleApp` is created from Windows Classic Desktop 'Console App' template in Visual Studio. We added a [Dockerfile](Dockerfile.console) to the project. We use the [.NET Framework runtime image](../README.runtime.md) as the base image and expose ports 80 (for HTTP) and 808 (for NET.TCP) for the container.
68+
Project `WcfServiceConsoleApp` is created from Windows Classic Desktop 'Console App' template in Visual Studio. We added a [Dockerfile](Dockerfile.console) to the project. We use the [.NET Framework runtime image](../../README.runtime.md) as the base image and expose ports 80 (for HTTP) and 808 (for NET.TCP) for the container.
6969

7070
Run commands below to build the container image with name `selfhostedwcfservice` and start an instance of it named `myservice2`.
7171

0 commit comments

Comments
 (0)