SDL: Sync SDL3 wiki -> header (8bf3b)

From 8bf3b7215ad9fc3deb583c6a3a37c6c67f2e24e4 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sat, 14 Mar 2026 18:58:22 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_dialog.h | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/include/SDL3/SDL_dialog.h b/include/SDL3/SDL_dialog.h
index 1e01347bf2c7e..ab197311cf682 100644
--- a/include/SDL3/SDL_dialog.h
+++ b/include/SDL3/SDL_dialog.h
@@ -139,12 +139,10 @@ typedef void (SDLCALL *SDL_DialogFileCallback)(void *userdata, const char * cons
  *                 it will be invoked.
  * \param window the window that the dialog should be modal for, may be NULL.
  *               Not all platforms support this option.
- * \param filters a list of filters, may be NULL. See the
- *                [`SDL_DialogFileFilter`](SDL_DialogFileFilter#code-examples)
- *                documentation for examples]. Not all platforms support this
- *                option, and platforms that do support it may allow the user
- *                to ignore the filters. If non-NULL, it must remain valid at
- *                least until the callback is invoked.
+ * \param filters a list of filters, may be NULL. Not all platforms support
+ *                this option, and platforms that do support it may allow the
+ *                user to ignore the filters. If non-NULL, it must remain
+ *                valid at least until the callback is invoked.
  * \param nfilters the number of filters. Ignored if filters is NULL.
  * \param default_location the default folder or file to start the dialog at,
  *                         may be NULL. Not all platforms support this option.