Skip to content

Commit

Permalink
(GH-361) Fix xml comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Apr 12, 2024
1 parent b398c3a commit eca4d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/StrongGrid/Utilities/PaginationLinksParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace StrongGrid.Utilities
/// Parser for pagination links.
/// </summary>
/// <remarks>
/// This parser attempts to respect the HTTP 1.1 'Link' rules defined in <see cref="https://tools.ietf.org/html/rfc2068#section-19.6.2.4">RFC 2068</see>.
/// This parser attempts to respect the HTTP 1.1 'Link' rules defined in <a href="https://tools.ietf.org/html/rfc2068#section-19.6.2.4">RFC 2068</a>.
/// </remarks>
public static class PaginationLinksParser
{
Expand Down

0 comments on commit eca4d1c

Please sign in to comment.