Skip to content

Commit aee83ce

Browse files
committed
Fix missing link.
1 parent 450bcf8 commit aee83ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/iot-hub-csharp-csharp-file-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ In this section, you write a .NET console app that receives file upload notifica
111111
using Microsoft.Azure.Devices;
112112
```
113113

114-
5. Add the following fields to the **Program** class. Substitute the placeholder value with the IoT hub connection string from [Get started with IoT Hub]:
114+
5. Add the following fields to the **Program** class. Substitute the placeholder value with the IoT hub connection string from [Send telemetry from a device to an IoT hub](quickstart-send-telemetry-dotnet.md):
115115

116116
```csharp
117117
static ServiceClient serviceClient;

0 commit comments

Comments
 (0)