Skip to content

Commit 946d81c

Browse files
authored
Merge pull request #1156 from fxsalazar/doc_use_bare_link
[doc] use mdbook bare link
2 parents db25d12 + 5c84f06 commit 946d81c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/installation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It is also available as a [snap package](https://snapcraft.io/spotifyd).
1919

2020
You can also compile `Spotifyd` yourself, allowing you to make use of feature flags. `Spotifyd` is written in Rust. You can download the toolchain (compiler and package manager) over at [rustup.rs](https://rustup.rs). Follow their instructions to get started.
2121

22-
> __Note:__ Please make sure that you compile the package using the most recent `stable` verison of Rust available throug `rustup`. Some distro versions are quite outdated and might result in compilation errors.
22+
> __Note:__ Please make sure that you compile the package using the most recent `stable` version of Rust available through `rustup`. Some distro versions are quite outdated and might result in compilation errors.
2323
2424
`Spotifyd` might require additional libraries during build and runtime, depending on your platform and the way to compile it (static or dynamic). The following table shows the libraries needed for each OS respectively.
2525

docs/src/installation/Raspberry-Pi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This guide will help you to install `spotifyd` on a Raspberry Pi and have it alw
44

55
## Download
66

7-
1. Download the latest ARMv6 from https://github.com/Spotifyd/spotifyd/releases (use `wget`)
7+
1. Download the latest ARMv6 from <https://github.com/Spotifyd/spotifyd/releases> (use `wget`)
88
2. Unzip the file: `tar xzf spotifyd-linux-arm6*`
99
You will now see a file called `spotifyd`. You can run it with `./spotifyd --no-daemon`
1010

docs/src/other/User-supplied-scripts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This script will show a dunst notification when you play/change/stop Spotify (an
4444
echo "Cannot get token."
4545
fi
4646
else
47-
echo "Unkown event."
47+
echo "Unknown event."
4848
fi
4949
```
5050

0 commit comments

Comments
 (0)