Fix broken link syntax cases

Thank you to Tokidev for pointing these out.
This commit is contained in:
Andrew David Wong 2021-04-12 13:40:09 -07:00
parent 84c1cb36ea
commit 26f3a6567b
No known key found for this signature in database
GPG key ID: 8CE137352A019A17
5 changed files with 6 additions and 8 deletions

View file

@ -51,9 +51,8 @@ The `qubesd` daemon may be accessed from other domains through a set of qrexec
API calls called the "Admin API". This API is the intended
management interface supported by the Qubes OS. The API is stable. When called,
the RPC handler performs basic validation and forwards the request to the
`qubesd` via UNIX domain socket. The socket API is private and unstable. It is
documented [FIXME currently it isn't -- woju 20161221] in the developer's
documentation of the source code.
`qubesd` via UNIX domain socket. The socket API is private, unstable, and not
yet documented.
## The calls