samples: syslog_net: Fix link to RFC 5426

The RFC link pointed to wrong document.

Fixes #13005

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2019-02-19 20:51:17 +02:00 committed by Anas Nashif
parent d38c5a75cf
commit 8bf1dfc97b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Overview
This sample application enables a remote syslog service that will
send syslog messages to a remote server, as configured in ``prj.conf``.
See https://tools.ietf.org/html/rfc5424 and https://tools.ietf.org/html/rfc5424
See https://tools.ietf.org/html/rfc5424 and https://tools.ietf.org/html/rfc5426
for more details about syslog protocol over UDP.
The source code for this sample application can be found at: