From 99a4ec78115aad736c6dcfc4e242c71480e6f996 Mon Sep 17 00:00:00 2001 From: Dan Wiechert Date: Tue, 11 Apr 2017 14:51:40 -0500 Subject: [PATCH] Fixed design links. Fixes #7. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f5bc58fd..6061a091 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,10 @@ access commands through these. For more details have a look at the following documentation pages: - * Android Hardware OpenGL ES emulation design overview - (https://goo.gl/O2Yi6x) - * Android QEMU fast pipes (https://goo.gl/jl4GeS) - * The Android "qemud" multiplexing daemon (https://goo.gl/DeYa5J) - * Android qemud services (https://goo.gl/W8Lx6t) + * [Android Hardware OpenGL ES emulation design overview](https://android.googlesource.com/platform/external/qemu/+/emu-master-dev/android/android-emugl/DESIGN) + * [Android QEMU fast pipes](https://android.googlesource.com/platform/external/qemu/+/emu-master-dev/android/docs/ANDROID-QEMU-PIPE.TXT) + * [The Android "qemud" multiplexing daemon](https://android.googlesource.com/platform/external/qemu/+/emu-master-dev/android/docs/ANDROID-QEMUD.TXT) + * [Android qemud services](https://android.googlesource.com/platform/external/qemu/+/emu-master-dev/android/docs/ANDROID-QEMUD-SERVICES.TXT) Anbox is currently suited for the desktop use case but can be used on mobile operating systems like Ubuntu Touch, Sailfish OS or Lune OS too. -- GitLab