doc: releases: Fix GH link in migration guide v3.6

Putting a space between :github: and the PR number causes the rendered
text to not link to the issue.

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
Reto Schneider 2024-03-25 22:43:58 +01:00 committed by Anas Nashif
parent edc969cbb0
commit 5a49b7c90d

View file

@ -638,7 +638,7 @@ Shell
* :kconfig:option:`CONFIG_SHELL_BACKEND_SERIAL_API` now does not automatically default to
:kconfig:option:`CONFIG_SHELL_BACKEND_SERIAL_API_ASYNC` when
:kconfig:option:`CONFIG_UART_ASYNC_API` is enabled, :kconfig:option:`CONFIG_SHELL_ASYNC_API`
also has to be enabled in order to use the asynchronous serial shell (:github: `68475`).
also has to be enabled in order to use the asynchronous serial shell (:github:`68475`).
ZBus
====