Skip to content

Commit

Permalink
Fix hyperlinks in README (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
cand126 authored Oct 5, 2022
1 parent cccd368 commit ccfb795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1992,7 +1992,7 @@ The provider name is the xml element name to use when configuring.
<td>
<p>Nests a JSON object under the configured fieldName.</p>
<p>The nested object is populated by other providers added to this provider.</p>
<p>See <a href="#provider_nested">Nested JSON provider</a>.</p>
<p>See <a href="#nested-json-provider">Nested JSON provider</a>.</p>
<ul>
<li><tt>fieldName</tt> - Output field name</li>
<li><tt>providers</tt> - The providers that should populate the nested object.</li>
Expand All @@ -2006,7 +2006,7 @@ The provider name is the xml element name to use when configuring.
while substituting patterns supported by logback's <tt>PatternLayout</tt>.
</p>
<p>
See <a href="#provider_pattern">Pattern JSON Provider</a>
See <a href="#pattern-json-provider">Pattern JSON Provider</a>
</p>
<ul>
<li><tt>pattern</tt> - JSON object string (no default)</li>
Expand Down

0 comments on commit ccfb795

Please sign in to comment.