From 54eaa36bf114d754014f390f475be8246e21d17e Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Thu, 16 Nov 2023 09:27:45 -0800 Subject: [PATCH] remove empty lines --- samples/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/samples/README.md b/samples/README.md index 38635f321..c7fe6f4d4 100644 --- a/samples/README.md +++ b/samples/README.md @@ -5,13 +5,10 @@ * [Mqtt5 Pub-Sub](./mqtt5/mqtt5_pubsub/README.md) * [Mqtt5 Shared Subscription](./mqtt5/mqtt5_shared_subscription/README.md) * [Websocket Connect](./mqtt/websocket_connect/README.md) - -* [Websocket Connect](./mqtt/websocket_connect/README_custom_auth.md) -* [Websocket Connect](./mqtt/websocket_connect/README_username_password.md) -* [Websocket Connect](./mqtt/websocket_connect/README_proxy.md) -* [Websocket Connect](./mqtt/websocket_connect/README_static_credentials.md) - - +* [Websocket Connect/custom auth](./mqtt/websocket_connect/README_custom_auth.md) +* [Websocket Connect/username and password](./mqtt/websocket_connect/README_username_password.md) +* [Websocket Connect/proxy](./mqtt/websocket_connect/README_proxy.md) +* [Websocket Connect/static credentials](./mqtt/websocket_connect/README_static_credentials.md) * [PKCS#11 Connect](./mqtt/pkcs11_connect/README.md) * [PKCS#12 Connect](./mqtt/pkcs12_connect/README.md) * [x509 Credentials Provider Connect](./mqtt/x509_credentials_provider_connect/README.md)