[editorial] trace/semantic_conventions/span-general: add missing anchor closing tag (#2083)
Add a missing `</a>` closing tag for the `<a name="nettransport-attribute">` element. Without the closing tag, then entire page after that is taken as content of the anchor, which isn't correct and it breaks table formatting on the website.
This commit is contained in:
parent
c11ac88831
commit
c543bb9036
|
|
@ -28,7 +28,7 @@ while the `net.host.*` properties describe the local end.
|
||||||
In an ideal situation, not accounting for proxies, multiple IP addresses or host names,
|
In an ideal situation, not accounting for proxies, multiple IP addresses or host names,
|
||||||
the `net.peer.*` properties of a client are equal to the `net.host.*` properties of the server and vice versa.
|
the `net.peer.*` properties of a client are equal to the `net.host.*` properties of the server and vice versa.
|
||||||
|
|
||||||
<a name="nettransport-attribute">
|
<a name="nettransport-attribute"></a>
|
||||||
|
|
||||||
<!-- semconv network -->
|
<!-- semconv network -->
|
||||||
| Attribute | Type | Description | Examples | Required |
|
| Attribute | Type | Description | Examples | Required |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue