From bffa21f6134301e27d8f746f9a8667ff44148088 Mon Sep 17 00:00:00 2001 From: Axon Date: Mon, 9 Nov 2015 00:20:01 +0000 Subject: [PATCH] Make direct links to internals sections (QubesOS/qubes-issues#1392) --- developers/services/qrexec2.md | 6 +++--- developers/services/qrexec3.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/developers/services/qrexec2.md b/developers/services/qrexec2.md index d5afd96f..78151679 100644 --- a/developers/services/qrexec2.md +++ b/developers/services/qrexec2.md @@ -232,9 +232,9 @@ surfaces that are exposed to untrusted or less trusted VMs in that case. ## Qubes RPC internals ## (*This is about the implementation of qrexec v2. For the implementation of -qrexec v3, see [here](/doc/qrexec3/). Note that the user API in v3 is backward -compatible: qrexec apps written for Qubes R2 should run without modification -on Qubes R3.*) +qrexec v3, see [here](/doc/qrexec3/#qubes-rpc-internals). Note that the user +API in v3 is backward compatible: qrexec apps written for Qubes R2 should +run without modification on Qubes R3.*) ### Dom0 tools implementation ### diff --git a/developers/services/qrexec3.md b/developers/services/qrexec3.md index 47c7ed35..6b7bfda7 100644 --- a/developers/services/qrexec3.md +++ b/developers/services/qrexec3.md @@ -206,7 +206,7 @@ and we should get "3" as answer, after dom0 allows it. ## Qubes RPC internals ## (*This is about the implementation of qrexec v3. For the implementation of -qrexec v2, see [here](/doc/qrexec2/).*) +qrexec v2, see [here](/doc/qrexec2/#qubes-rpc-internals).*) Qrexec framework consists of a number of processes communicating with each other using common IPC protocol (described in detail below). Components