Skip to content

Commit ab64846

Browse files
authored
Fix markdown link in Voice Connections topic (#7164)
1 parent ffcab91 commit ab64846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/Voice_Connections.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ When any DAVE protocol is enabled for a call, the full contents of OPUS frames s
322322

323323
#### ULEB128 Encoding
324324

325-
Some fields in the protocol frame payload use (ULEB128 encoding)[https://en.wikipedia.org/wiki/LEB128#Unsigned_LEB128]. This is a variable-length code compression to represent arbitrarily large unsigned integers in a small number of bytes.
325+
Some fields in the protocol frame payload use [ULEB128 encoding](https://en.wikipedia.org/wiki/LEB128#Unsigned_LEB128). This is a variable-length code compression to represent arbitrarily large unsigned integers in a small number of bytes.
326326

327327
#### Payload Format
328328

@@ -552,4 +552,4 @@ Generally routers on the Internet mask or obfuscate UDP ports through a process
552552
| Length | Message length excluding Type and Length fields (value 70) | 2 bytes |
553553
| SSRC | Unsigned integer | 4 bytes |
554554
| Address | Null-terminated string in response | 64 bytes |
555-
| Port | Unsigned short | 2 bytes |
555+
| Port | Unsigned short | 2 bytes |

0 commit comments

Comments
 (0)