From a32b771014d6a9ee666326ec865b86a1f8bc527e Mon Sep 17 00:00:00 2001 From: pabera <1260686+pabera@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:42:03 +0100 Subject: [PATCH] Fix a few typos --- documentation/developers/known-issues.md | 2 +- documentation/developers/libzmq.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/developers/known-issues.md b/documentation/developers/known-issues.md index 25e8b73d2..cdaf35d4f 100644 --- a/documentation/developers/known-issues.md +++ b/documentation/developers/known-issues.md @@ -4,7 +4,7 @@ To speed up the Docker build process, we are distributing pre-build versions of libzmq with drafts flag at the latest version. In case the download fails because the respective architecture build does not exist, you can build the version yourself. -Add `build-essential` to tbe installed additionally with `apt-get`. Additionally, replace the command to download the pre-built library with the following command. +Add `build-essential` to be installed additionally with `apt-get`. Additionally, replace the command to download the pre-built library with the following command. ``` # Compile ZMQ diff --git a/documentation/developers/libzmq.md b/documentation/developers/libzmq.md index f4a58f550..3407d971e 100644 --- a/documentation/developers/libzmq.md +++ b/documentation/developers/libzmq.md @@ -7,7 +7,7 @@ The Jukebox requires `libzmq` to work properly. We provide downloadable builds t * https://github.com/pabera/libzmq/releases > [!NOTE] -> We can't use stable builds that are distributed by zeromq directly because the Jukebox requires draft builds to support WebSockets. These draft builds are not officially provided through zeromq for Raspberry Pi architecture (e.g. `armv6` or `armv7`). +> We can't use stable builds that are distributed by [zeromq](https://github.com/zeromq/libzmq/releases) directly because the Jukebox requires draft builds to support WebSockets. These [draft builds](https://pyzmq.readthedocs.io/en/latest/howto/draft.html) are not officially provided through zeromq for Raspberry Pi architecture (e.g. `armv6` or `armv7`). ## Building `libzmp`