From eb83895cdab4e1666be8471072ca8347f743e8df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 7 Oct 2015 02:09:00 +0200 Subject: [PATCH] Fix arch-spec-0.3.pdf link in a couple more places --- basics/UserFaq.md | 4 ++-- developers/SystemDoc.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/basics/UserFaq.md b/basics/UserFaq.md index aaadb3c6..107686a0 100644 --- a/basics/UserFaq.md +++ b/basics/UserFaq.md @@ -63,7 +63,7 @@ The other two popular [approaches](http://theinvisiblethings.blogspot.com/2008/0 ### What about safe languages and formally verified microkernels? -In short: these are non-realistic solutions today. We discuss this in further depth in our [Architecture Specification document](http://files.qubes-os.org/files/doc/arch-spec-0.3.pdf). +In short: these are non-realistic solutions today. We discuss this in further depth in our [Architecture Specification document](/attachment/wiki/QubesArchitecture/arch-spec-0.3.pdf). ### Why does Qubes use virtualization? @@ -75,7 +75,7 @@ No! This would not make much sense. Qubes uses lightweight VMs to create securit ### Why does Qubes use Xen instead of KVM or some other hypervisor? -In short: we believe the Xen architecture allows for the creation of more secure systems (i.e. with a much smaller TCB, which translates to a smaller attack surface). We discuss this in much greater depth in our [Architecture Specification document](http://files.qubes-os.org/files/doc/arch-spec-0.3.pdf). +In short: we believe the Xen architecture allows for the creation of more secure systems (i.e. with a much smaller TCB, which translates to a smaller attack surface). We discuss this in much greater depth in our [Architecture Specification document](/attachment/wiki/QubesArchitecture/arch-spec-0.3.pdf). ### What about this other/new (micro)kernel/hypervisor? diff --git a/developers/SystemDoc.md b/developers/SystemDoc.md index 9e8ace48..f521606d 100644 --- a/developers/SystemDoc.md +++ b/developers/SystemDoc.md @@ -11,7 +11,7 @@ System Documentation for Developers Fundamentals ------------ * [Qubes OS Architecture Overview](/doc/QubesArchitecture/) - * [Qubes OS Architecture Spec v0.3 [PDF]](http://files.qubes-os.org/files/doc/arch-spec-0.3.pdf) (The original 2009 document that started this all...) + * [Qubes OS Architecture Spec v0.3 [PDF]](/attachment/wiki/QubesArchitecture/arch-spec-0.3.pdf) (The original 2009 document that started this all...) * [Security-critical elements of Qubes OS](/doc/SecurityCriticalCode/) * Qubes RPC: [`qrexec` v2](/doc/Qrexec/) ([R2 implementation](/doc/Qrexec2Implementation/)) * Qubes RPC: [`qrexec` v3](/doc/Qrexec3/) ([R3 implementation](/doc/Qrexec3Implementation/)) (Odyssey)