There are a couple of links in the documentation where a space exists between the link text ([]) and the URL (()). This breaks standard Markdown link formatting and prevents the links from rendering correctly.
The affected links are:
Expected behavior: Links should follow standard Markdown syntax without a space between the link text and the URL.
[Link text](url)
Actual behavior: The links currently contain a space between [] and (), which prevents them from being rendered as clickable links.
There are a couple of links in the documentation where a space exists between the link text ([]) and the URL (()). This breaks standard Markdown link formatting and prevents the links from rendering correctly.
The affected links are:
Expected behavior: Links should follow standard Markdown syntax without a space between the link text and the URL.
[Link text](url)Actual behavior: The links currently contain a space between [] and (), which prevents them from being rendered as clickable links.