summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-11-12 15:36:16 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2019-11-12 15:37:12 +0000
commit20afc31f3c29b4012ad7240bdf76abb248e1c126 (patch)
treefeff19e0d385da3b4a4f14bb8bec06ab8d772c88
parent9232a52fd6b0bd55c5adf12ae5e2ef5de85e65bc (diff)
downloaddeluge-20afc31f3c29b4012ad7240bdf76abb248e1c126.tar.gz
deluge-20afc31f3c29b4012ad7240bdf76abb248e1c126.tar.bz2
deluge-20afc31f3c29b4012ad7240bdf76abb248e1c126.zip
[Docs] Fix changlog symlink and markdown issue
l---------docs/source/changelog.md2
-rw-r--r--docs/source/how-to/systemd-service.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/changelog.md b/docs/source/changelog.md
index 03cb73106..699cc9e7b 120000
--- a/docs/source/changelog.md
+++ b/docs/source/changelog.md
@@ -1 +1 @@
-../../CHANGELOG.md
+../../CHANGELOG.md \ No newline at end of file
diff --git a/docs/source/how-to/systemd-service.md b/docs/source/how-to/systemd-service.md
index 6b785ad15..8c7ac01e8 100644
--- a/docs/source/how-to/systemd-service.md
+++ b/docs/source/how-to/systemd-service.md
@@ -190,7 +190,7 @@ BindsTo=xyz.mount
For multiple mount points add a space between additional entries. e.g.:
-```init
+```ini
After=network-online.target xyz.mount abc.mount def.mount
```