From 053969fd533a2aea9fe402cb441b531164003f6d Mon Sep 17 00:00:00 2001 From: Octavio Turra Date: Sun, 24 May 2026 20:32:04 -0300 Subject: [PATCH] Correct URL format for simplex-chat download Fix download link for Linux/macOS binary in documentation. --- website/docs/user-guide/messaging/simplex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/user-guide/messaging/simplex.md b/website/docs/user-guide/messaging/simplex.md index 69df498af..472a629d4 100644 --- a/website/docs/user-guide/messaging/simplex.md +++ b/website/docs/user-guide/messaging/simplex.md @@ -15,7 +15,7 @@ Download the latest release from the [simplex-chat GitHub releases](https://gith ```bash # Linux / macOS binary -curl -L https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex-chat-ubuntu-22_04-x86-64 -o simplex-chat +curl -L https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex-chat-ubuntu-22_04-x86_64 -o simplex-chat chmod +x simplex-chat ```