File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
nanoFramework.Aws.IoTCore.Devices Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ namespace nanoFramework.Aws.IoTCore.Devices
2020 /// <seealso cref="https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Services/IotData/Generated/_netstandard/AmazonIotDataClient.cs"/>
2121 /// <seealso cref="https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/master/src"/>
2222 /// <seealso cref="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html"/>
23-
2423 public class MqttConnectionClient : IDisposable
2524 {
2625 /// <summary>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace nanoFramework.Aws.IoTCore.Devices.Shadows
88{
99 /// <summary>
1010 /// Shadow Representation.
11- /// <cref="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-document.html"/>
11+ /// <see cref="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-document.html"/>
1212 /// </summary>
1313 public class Shadow
1414 {
You can’t perform that action at this time.
0 commit comments