File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
nanoFramework.Aws.IoTCore.Devices Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,12 @@ namespace nanoFramework.Aws.IoTCore.Devices
1717 /// <summary>
1818 /// AWS IoT Core MQTT Connection Client for .NET nanoFramework
1919 /// </summary>
20- /// <seealso cref="https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Services/IotData/Generated/_netstandard/AmazonIotDataClient.cs"/>
21- /// <seealso cref="https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/master/src"/>
22- /// <seealso cref="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html"/>
20+ /// <remarks>
21+ /// Further documentation:
22+ /// <a href="https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Services/IotData/Generated/_netstandard/AmazonIotDataClient.cs"/>
23+ /// <a href="https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/master/src"/>
24+ /// <a href="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html"/>
25+ /// <remarks>
2326 public class MqttConnectionClient : IDisposable
2427 {
2528 /// <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- /// <see cref ="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-document.html"/>
11+ /// <see href ="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