docs: minor fix of links rendering

This commit is contained in:
Oleg Kalachev
2022-02-09 16:49:15 +03:00
parent 9784e7bfa1
commit 24d3a1df8d
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ Software autorun
systemd
---
Main documentation: [https://wiki.archlinux.org/title/Systemd](https://wiki.archlinux.org/title/Systemd).
Main documentation: https://wiki.archlinux.org/title/Systemd.
All automatically started Clover software is launched as a `clover.service` systemd service.
@@ -54,7 +54,7 @@ The started file must have *permission* to run:
chmod +x my_program.py
```
When scripting languages are used, a [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) should be placed at the beginning of the file, for example:
When scripting languages are used, a <a href="https://en.wikipedia.org/wiki/Shebang_(Unix)">shebang</a> should be placed at the beginning of the file, for example:
```bash
#!/usr/bin/env python3