From e14e72a2e7b171b17b2aee945b081bb56e5e37d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Thu, 22 Feb 2024 22:32:03 +0100 Subject: [PATCH] De-emphasize FAQ Until it can be properly rewritten. --- docs/main.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/main.md b/docs/main.md index 4f86b8af..974e5fce 100644 --- a/docs/main.md +++ b/docs/main.md @@ -29,9 +29,6 @@ use the new API. There is a section on @ref guarantees_limitations for pointer lifetimes, reentrancy, thread safety, event order and backward and forward compatibility. -The [FAQ](https://www.glfw.org/faq.html) answers many common questions about the -design, implementation and use of GLFW. - Finally, @ref compat_guide explains what APIs, standards and protocols GLFW uses and what happens when they are not present on a given machine.