Skip to content

Commit 3d26f5b

Browse files
authored
Merge pull request #192 from hjgraca/fix-incorrect-crefs
chore(docs): fix incorrect crefs
2 parents 73f718b + d1d40bc commit 3d26f5b

File tree

4 files changed

+51
-47
lines changed

4 files changed

+51
-47
lines changed

libraries/src/AWS.Lambda.Powertools.Logging/Internal/LoggerProvider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ namespace AWS.Lambda.Powertools.Logging.Internal;
2222

2323
/// <summary>
2424
/// Class LoggerProvider. This class cannot be inherited.
25-
/// Implements the <see cref="Microsoft.Extensions.Logging.ILoggerProvider" />
25+
/// Implements the <see cref="T:Microsoft.Extensions.Logging.ILoggerProvider" />
2626
/// </summary>
27-
/// <seealso cref="Microsoft.Extensions.Logging.ILoggerProvider" />
27+
/// <seealso cref="T:Microsoft.Extensions.Logging.ILoggerProvider" />
2828
public sealed class LoggerProvider : ILoggerProvider
2929
{
3030
/// <summary>

libraries/src/AWS.Lambda.Powertools.Logging/LoggerConfiguration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ namespace AWS.Lambda.Powertools.Logging;
2121
/// <summary>
2222
/// Class LoggerConfiguration.
2323
/// Implements the
24-
/// <see cref="Microsoft.Extensions.Options.IOptions{LoggerConfiguration}" />
24+
/// <see cref="T:Microsoft.Extensions.Options.IOptions{LoggerConfiguration}" />
2525
/// </summary>
26-
/// <seealso cref="Microsoft.Extensions.Options.IOptions{LoggerConfiguration}" />
26+
/// <seealso cref="T:Microsoft.Extensions.Options.IOptions{LoggerConfiguration}" />
2727
public class LoggerConfiguration : IOptions<LoggerConfiguration>
2828
{
2929
/// <summary>

0 commit comments

Comments
 (0)