From 58cf8aecc8709c988d21a48bcaaf44471ae0b7ac Mon Sep 17 00:00:00 2001 From: deeplow <47065258+deeplow@users.noreply.github.com> Date: Wed, 6 Jan 2021 15:02:24 +0000 Subject: [PATCH] fix broken links to github --- developer/services/qrexec-internals.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer/services/qrexec-internals.md b/developer/services/qrexec-internals.md index 37d6ffcc..1daaa7e0 100644 --- a/developer/services/qrexec-internals.md +++ b/developer/services/qrexec-internals.md @@ -232,7 +232,7 @@ Details of all possible use cases and the messages involved are described below. This is a service running in dom0. It is called by `qrexec-daemon` and is responsible for evaluating the request and possibly launching an action. -The daemon listens on a socket (`/var/run/qubes/policy.sock`). It accepts requests in the format described in [qrexec-policy-daemon.rst](https://github.com/QubesOS/qubes-core-qrexec/blob/master/Documentation/qrexec-policy-daemon.rst) and replies with `result=allow/deny`. +The daemon listens on a socket (`/var/run/qubes/policy.sock`). It accepts requests in the format described in [qrexec-policy-daemon.rst](https://github.com/QubesOS/qubes-core-qrexec/blob/master/doc/qrexec-policy-daemon.rst) and replies with `result=allow/deny`. A standalone version is called `qrexec-policy-exec` and is available as a fallback. @@ -247,4 +247,4 @@ There are two endpoints: - `policy.Ask` - ask the user about whether to execute a given action - `policy.Notify` - notify the user about about an action. -See [qrexec-policy-agent.rst](https://github.com/QubesOS/qubes-core-qrexec/blob/master/Documentation/qrexec-policy-agent.rst) for protocol details. +See [qrexec-policy-agent.rst](https://github.com/QubesOS/qubes-core-qrexec/blob/master/doc/qrexec-policy-agent.rst) for protocol details.