From eddc68ca701bc267e723df0bedd0f8dd5a5b09d0 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz <wallbraker@gmail.com> Date: Thu, 13 Oct 2022 08:45:04 +0000 Subject: [PATCH] Fix link to supported hardware --- about-runtimes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about-runtimes.md b/about-runtimes.md index 1cd6909..0b68ad7 100644 --- a/about-runtimes.md +++ b/about-runtimes.md @@ -41,7 +41,7 @@ Monado handles direct mode and extended mode similar to SteamVR. That is, if dir ## What Monado does not provide -* A fully end-user ready experience with all devices. See the [hardware support table](Getting-Started#monado-hardware-support) for more information. +* A fully end-user ready experience with all devices. See the [hardware support table](https://monado.freedesktop.org/#supported-hardware) for more information. * A drop in replacement for other VR runtimes or SDKs. To use an application with Monado, it has to be developed using the OpenXR API. * Examples of applications for Linux that use OpenXR: Godot games that include the [godot_openxr addon](https://github.com/GodotVR/godot_openxr), blender * Translation layers for other APIs to OpenXR might be implemented. For example [OpenComposite (formerly OpenOVR)](https://gitlab.com/znixian/OpenOVR) might implement an OpenXR backend, enabling the translation of OpenVR to OpenXR. -- GitLab