Fix markdown links

Fixes two malformed links in qrexec socket services doc.
This commit is contained in:
pierwill 2020-11-12 21:19:11 -08:00 committed by GitHub
parent c7176ce54f
commit dca896aacd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,8 +223,8 @@ echo -e 'policy.Ask dom0\0<input data>' | nc -U /etc/qubes-rpc/policy.Ask
## Further reading ## Further reading
* [Qrexec overview][qrexec](/doc/qrexec/) * [Qrexec overview](/doc/qrexec/)
* [Qrexec internals][qrexec](/doc/qrexec-internals/) * [Qrexec internals](/doc/qrexec-internals/)
* [qubes-core-qrexec](https://github.com/QubesOS/qubes-core-qrexec/) repository - contains the above example * [qubes-core-qrexec](https://github.com/QubesOS/qubes-core-qrexec/) repository - contains the above example
* [systemd.socket](https://www.freedesktop.org/software/systemd/man/systemd.socket.html) - socket unit configuration * [systemd.socket](https://www.freedesktop.org/software/systemd/man/systemd.socket.html) - socket unit configuration
* [Streams in Python asyncio](https://docs.python.org/3/library/asyncio-stream.html) * [Streams in Python asyncio](https://docs.python.org/3/library/asyncio-stream.html)