Skip to content

Commit 7664d94

Browse files
committed
Documentation URL improvements.
1 parent 4d00e71 commit 7664d94

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

nanoFramework.Aws.IoTCore.Devices/MqttConnectionClient.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

nanoFramework.Aws.IoTCore.Devices/Shadows/Shadow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)